[jQuery] Re: Exception errors when using validation rules in 1.3.1

2009-03-04 Thread Jörn Zaefferer
Did you update the validation plugin to 1.5.1? Jörn On Wed, Mar 4, 2009 at 6:34 AM, wwor...@gmail.com wwor...@gmail.com wrote: Basically i'm having issues with the validation rules not working in 1.3.1 i read that some of the issues with value= was fixed but i think it could be back again

[jQuery] Re: Exception errors when using validation rules

2009-03-04 Thread James
The part: [Exception... 'Syntax error, unrecognized expression: [...@for='license']' when calling method: tells you that somewhere in your code you have the expression [...@for='license']' that is unrecognized. Remove the @ sign as that is no longer valid from jQuery 1.3. Make sure you have the

[jQuery] Re: Exception errors when using validation rules

2009-03-04 Thread wwor...@gmail.com
problem solved Jörn has a new version 1.5.1 of jquery.validate.js So for anyone who stumbles upon this you CANNOT run jquery.validate.js $Id: jquery.validate.js 5952 2008-11-25 19:12:30Z with jQuery 1.2.6 $Date: 2008-05-24 14:22:17 -0400 (Sat, 24 May 2008) $ $Rev: 5685 $ you MUST upgrade to