[jQuery] Re: jQuery Form Plugin and Validation Form

2007-08-16 Thread Freud
Any ideas or suggestions? I really need a working form before the week-end :( Freud On Aug 16, 10:05 am, Freud <[EMAIL PROTECTED]> wrote: > I have already tried the "return false;" but nothing changed :( > > Freud > > On Aug 16, 9:52 am, SeViR <[EMAIL PROTECTED]> wrote: > > > I use another jQu

[jQuery] Re: jQuery Form Plugin and Validation Form

2007-08-16 Thread Freud
I have already tried the "return false;" but nothing changed :( Freud On Aug 16, 9:52 am, SeViR <[EMAIL PROTECTED]> wrote: > I use another jQuery Validation plugin (jQuery.YAV) but I think that > in *submitHandler* you need *return false* for to cancel the normal > behaviour. > > submitHandler

[jQuery] Re: jQuery Form Plugin and Validation Form

2007-08-16 Thread SeViR
I use another jQuery Validation plugin (jQuery.YAV) but I think that in *submitHandler* you need *return false* for to cancel the normal behaviour. submitHandler: function(form) { $("#interv").ajaxSubmit(options2);}, return false; }); Freud escribió: Hi, first of all, excuse