Why does IE suck so #$(*# much!? Great error message!
Related Categories: Web20, Internet Explorer, Javascript
Now if only I can find line #131,265,925 I'd be able to fix it.
I don't have 131k lines of code on this page! How do you diagnose this? None of the available tools out there work well for IE.
Gawd...IE is going to drive me to give up web programming and become a used car salesman.
::: hair pulling :::

try in a stock IE, perhaps IE8 with its pretty decent developer tools?
rules:{
emailAddress:{required: true,email:true},
},
messages:{
emailAddress:{required: 'Please enter your email address.',email: 'Please enter a valid email address.'},
}
at the end of emailAddress options, there's an extra comma. removed them...voila...no more errors.
I guess IE is a double edged sword. Telling us that we phuctup but won't tell us where. Nice MS!