Monday, May 13, 2024
 Popular · Latest · Hot · Upcoming
106
rated 0 times [  112] [ 6]  / answers: 1 / hits: 30102  / 12 Years ago, fri, may 11, 2012, 12:00:00

I have a form with id myform and two fields (dates) with date class.
I would like to avoid jquery.validation (unobstrusive jquery validation on ASP .NET MVC3) for these two fields. I tried :



    $('#myform').validate({
ignore: .date
});


However it doesn't work, I always have an error (Please enter a valid date.).



I need help please !



Thanks,



Ed


More From » jquery

 Answers
96

You need ignoreTitle, according to This Doc.


[#85640] Thursday, May 10, 2012, 12 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dustin

Total Points: 599
Total Questions: 105
Total Answers: 106

Location: Belarus
Member since Tue, Mar 14, 2023
1 Year ago
dustin questions
;