[jQuery] Re: [validate] - resetForm not working.

2009-08-19 Thread Jörn Zaefferer
Then your code isn't the same. Go back to the example and look at where the validator-variable is defined. If that doesn't work out, post a testpage, or at least your full code. Jörn On Wed, Aug 19, 2009 at 11:51 AM, Tokasatoka...@gmail.com wrote: Hi, anybody have experience with this

[jQuery] Re: [validate] - resetForm not working.

2009-08-19 Thread Anoop kumar V
You need to specify the class as cancel for the back button. It is as simple as that. On 8/19/09, Tokasa toka...@gmail.com wrote: Hi, anybody have experience with this validation plugin? http://jquery.bassistance.de/validate/demo/errorcontainer-demo.html I need to know how to specify

[jQuery] Re: [validate] - resetForm not working.

2009-08-19 Thread Tokasa
Hi Jörn and Anoop, thanks for your reply to my question...I have made a clear example. Please have a look over here... http://www.tokasa.cz/temp/example.html Please tell me what is missing or is wrong, because I dont see it :) Thanks Tomas On Aug 19, 1:50 pm, Jörn Zaefferer

[jQuery] Re: [validate] - resetForm not working.

2009-08-19 Thread Jörn Zaefferer
As Anoop mentioned: Put a class=cancel on the back button. Jörn On Wed, Aug 19, 2009 at 3:18 PM, Tokasatoka...@gmail.com wrote: ...forgot to explain details... there are two submit buttons ... back and continue back button should not validate, just submits back (it is part of a wizard)

[jQuery] Re: [validate] - resetForm not working.

2009-08-19 Thread Tokasa
:))) thanks both a lot its working :) anyway I would not get it without your help... I have read a lot of script examples and docs.. I did not realize I should use cancel class EXACTLY... consider it please for enhancing docs, if it is already somewhere and i missed that, sorry for