> From: WebolizeR > > I implement the jQuery Validation plugin(http://bassistance.de/jquery- > plugins/jquery-plugin-validation/) to my order form which you > can see in > http://nexus.di-tasarim.com/index.php?option=com_nexus&act=gallery&task=orde r&id=32 > it works great in Firefox but I cannot succeed to work in in > Internet Explorer > > checked again and again every line of code but cannot find > anything wrong, please help me about that
Didn't IE give you an error message? A Runtime Error has occurred. Do you wish to Debug? Line: 31 Error: Expected identifier, string or number If you do a View Source on the page, what is line 31? order_email: { required: "Please enter your email", }, See the trailing comma on the "required:" line? I know, I'm all questions and no answers today... :-) -Mike