Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery validate doesn't work with IE

I'm working on this website:

http://aimmgm.goexpo.mx/index.php/registro/generales

That's basically a form and what I'm trying to do is to validate it using a jquery plug in. It works just fine in Chrome and Firefox. But IE seems to have troubles with it since it doesn't validate the fields.

So, any hint of what could be wrong?

Thanks in advance.

like image 490
fedejp Avatar asked Dec 06 '25 05:12

fedejp


1 Answers

$('#formId').submit(function(){
    if(!$(this).valid()){
       return false;
    }
});
like image 62
Thulasiram Avatar answered Dec 08 '25 01:12

Thulasiram



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!