[jQuery] Re: two submits in the same form

2008-12-23 Thread Soledad Zubiri
Thanks Jörn! The link you send me was very helpfull for me. For solving my case I used: $ ("#myinput").*rules*("add", { required: true, minlength: 2, messages: { required: "Required input", minlength: jQuery.format("Please, at least {0} characters are neces

[jQuery] Re: two submits in the same form

2008-12-22 Thread Jörn Zaefferer
Take a look at this demo: http://jquery.bassistance.de/validate/demo/login/ The "forgot password" link should be quite close to what you're trying to do. Jörn On Mon, Dec 22, 2008 at 7:47 PM, Soledad Zubiri wrote: > Hello, here I provide more of my code so we you see exactly what I'm trying > to