vote up 1 vote down star

I recently upgraded from jQuery 1.2.6 to 1.3.2

Now on the page I'm using the form validation plugin I get the exception:

[Exception... "'Syntax error, unrecognized expression: [@for='registration_primary_email']' when calling method: [nsIDOMEventListener::handleEvent]"  nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)"  location: "<unknown>"  data: no]

It doesn't happen with 1.2.6. Any idea what's going on?

flag

38% accept rate
I had the same problem and after finding this question realized I was using an old version of the validate plugin. The latest version of the plugin (1.5.5) works fine. – Patrick McElhaney Aug 25 at 20:22

1 Answer

vote up 7 vote down check

The @ selector is deprecated in jQuery 1.3.

Try removing it:

[for='registration_primary_email']
link|flag
1  
+1 this is very true and looks like the only problem I see – TStamper May 19 at 16:37
Thanks, that was it – Dan May 19 at 16:43

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.