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
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
Use the invalidHandler function.
$('#change-form')
.jqTransform()
.validate({
invalidHandler: function(form, validator) {
$("#loading").hide();
},
submitHandler: function(form) {
$(form).ajaxSubmit({
success: function() {