开发者

jquery is not working in IE and giving error

I have jquery validation code which is working fine in ff but the same code is not working in Internet Explorer. There is no error when I run same script in FF but there is an error when i run same scritp in Internet explorer the error is as follows

Error: Expected identifier, string or number code: 0

I cant able to understand t开发者_高级运维his problem please any one have guidence on this. I cant paste code here cause the code is very big?

so please any one came accross such error before or any one know any possibility due to that such error came. please help me friends!


Like the others say, without your code it's pretty hard to answer.

However... There is one thing that I can think of that throws IE into a fit while behaving correctly in Firefox, Safari, etc.

If you put an extra comma at the end of a list or object definition, it will trigger that error in IE.

Check and make sure you don't have an extra ',' before an ending curly brace.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜