[jQuery] Re: bind an event to success validation

2007-09-05 Thread [EMAIL PROTECTED]
Jose, I understand your doubts and yes normally I should not care to change page layout if validation is ok. Problem is that this tricks need me in a quite complicate application control panel that elaborate quite a lot of info ( page reload in 4/5 seconds). To change it to Ajax mode takes me now

[jQuery] Re: bind an event to success validation

2007-09-04 Thread SeViR
[EMAIL PROTECTED] escribió: @JOSE I wrote this code that is working but I think there is a better way: $(document).ready(function(){ $("#treeform").validate({ errorContainer: $("#messageBox1"),

[jQuery] Re: bind an event to success validation

2007-09-04 Thread [EMAIL PROTECTED]
@JOSE I wrote this code that is working but I think there is a better way: $(document).ready(function(){ $("#treeform").validate({ errorContainer: $("#messageBox1"), errorLabelContain

[jQuery] Re: bind an event to success validation

2007-09-04 Thread [EMAIL PROTECTED]
Hi Jose, You solved again my problem. I tried taht before but I made a stupid syntax mistake. Thanks Andrea On Sep 4, 4:45 am, SeViR <[EMAIL PROTECTED]> wrote: > Validation plugin has a submitHandler property so: > > $('.launch').validate({ > errorContainer:

[jQuery] Re: bind an event to success validation

2007-09-04 Thread SeViR
Validation plugin has a submitHandler property so: $('.launch').validate({ errorContainer: $("#messageBox1"), errorLabelContainer: $("#messageBox1 ul"), wrapper: "li",