[jquery-dev] Re: Problem with form validator

2009-07-14 Thread Ralph Whitbeck
Joe, Please use the jQuery-en group to ask questions like this in the future as jQuery-dev is for discussion regarding active development of the core jQuery code base. I am glad you found a solution to your problem though. Ralph On Tue, Jul 14, 2009 at 10:30 AM, Joe wrote: > > Wow, thanks so

[jquery-dev] Re: Problem with form validator

2009-07-14 Thread Joe
Wow, thanks so much... This works perfectly!! Joe --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from thi

[jquery-dev] Re: Problem with form validator

2009-07-14 Thread Leonardo K
Use the invalidHandler function. $('#change-form') .jqTransform() .validate({ invalidHandler: function(form, validator) { $("#loading").hide(); }, submitHandler: function(form) { $(form).ajaxSubmit({ success: function() {