Showing posts with label jquery. Show all posts
Asp.net MVC3 validation issue with jQuery hint plugin
Recently I came across an issue in which asp.net MVC3 validations stopped working after I added jQuery hint plug in.
Solution:
1. Add reference to jquery.hint.js in header tag
2. Add jquery.validate.min.js and jquery.validate.unobtrusive.min.js just before end of the body tag
Solution:
1. Add reference to jquery.hint.js in header tag
2. Add jquery.validate.min.js and jquery.validate.unobtrusive.min.js just before end of the body tag