[jQuery] Re: jquery validate bug

2009-12-15 Thread Givan
Sorry, I didn't give you enough details. The validation of the form elements are are made on "onblur" event, if you don't click outside the last textarea then that field will not be validated. When you click on the submit form when editing the last textarea the onblur event is triggered but the nor

Re: [jQuery] jquery validate bug

2009-12-15 Thread Leonardo K
I download your code and it's working fine. On Tue, Dec 15, 2009 at 08:48, Givan wrote: > Hi, I found a bug within the validation plugin > I have a form and I need to click the submit button twice to submit > the form. > It seems that on the first click validates and only on the second > click w

[jQuery] jquery validate bug

2009-12-15 Thread Givan
Hi, I found a bug within the validation plugin I have a form and I need to click the submit button twice to submit the form. It seems that on the first click validates and only on the second click will submit the form. I think it must submit the form directly if there is no validation error. A sma

[jQuery] [validate] bug

2008-05-22 Thread Mike Nichols
There needs to be a check for value !== null in the attributeRules method of the jquery.validate plugin. It bombs otherwise when collecting the rules . Not sure if this is because of using the 1.2.5 jq release. Also I have a patch here http://plugins.jquery.com/node/1667 that is three months old..