开发者

Jquery Validator not working in IE 7 or 8

开发者 https://www.devze.com 2023-03-04 19:19 出处:网络
I have a large multi-directional form that validates almost all fields with Jquery Validator, including several custom function.It works fine in Firefox, Chrome, Safari, but not IE 7 or 8.I am sure th

I have a large multi-directional form that validates almost all fields with Jquery Validator, including several custom function. It works fine in Firefox, Chrome, Safari, but not IE 7 or 8. I am sure there it is just something trivial and I am going ba开发者_开发问答ld trying to figure it out! Any help is greatly appreciated. Staging site can be viewed at:

http://173.45.237.55/qrf/


Jquery Validator doesn't work with jQuery 1.6 in IE at this time. You're including jquery-latest.js, which is 1.6. Include 1.5.2 specifically and it should work just fine.

0

精彩评论

暂无评论...
验证码 换一张
取 消