forum

Home / DeveloperSection / Forums / Skip validating field from hidden div?

Skip validating field from hidden div?

Jayden Bell197004-Oct-2014
i tried with this code:
$('#myFormId').validate({
        ignore: ":hidden"
    });

but this code does not give desire out put.


Updated on 04-Oct-2014

Can you answer this question?


Answer

1 Answers

Liked By