JQuery Validator does not work in IE 7 or 8

I have a large multidirectional form that validates almost all fields using the Jquery Validator, including several custom functions. It works fine in Firefox, Chrome, Safari, but not in IE 7 or 8. I'm sure this is just something trivial, and I'm going bald trying to figure it out! Any help is appreciated. The website can be viewed at:

http://173.45.237.55/qrf/

+1
source share
1 answer

JQuery Validator is not working with jQuery 1.6 in IE at this time. You include jquery-latest.js, which is 1.6. Turn on 1.5.2 and it should work fine.

+2
source

All Articles