usage of $.validator.unobtrusive.parse
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, In my project I am using mvc ajax form. we included js file. In that js file somebody written $.validator.unobtrusive.parse. The form id passing in parse is becoming undefined. because of this it's raising issue. how to resolve this issue $.validator.unobtrusive.parse("#form"); this #form is becoming undefined at run time. any one help me to resolve this issue