[jQuery] Validation plugin broken in IE6?
Hey all,
It seems that either the Validation plugin is broken in IE6, or I am going
crazy. I set up very simple test cases:
http://www.igigi.com/tests/testvalidate.html (with email validation)
On IE6, JS alert errors are thrown which appear to be related to the email
regex.
http://www.igigi.com/tests/testvalidate2.html (no email validation)
On IE6, no error message is placed after the field when the field is not
filled out.
Both of these examples work exactly as expected on Firefox.
I am just hoping someone else out there with IE6 can confirm this behavior
for me, or point out something I am doing wrong in my configuration.
-- Josh