[jQuery] Re: ajaxForm - Callback

2007-06-08 Thread Gordon
thanks On Jun 8, 12:02 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > myForm.ajaxSubmit ({ > complete: function () {alert ('test');} > > }); > > You could also use the global ajaxStart/stop hooks: > > $().ajaxStop(function() { /* enable sorting */ }); > > Mike > > On 6/8/07, Gordon <[EMAIL PRO

[jQuery] Re: ajaxForm - Callback

2007-06-08 Thread Mike Alsup
myForm.ajaxSubmit ({ complete: function () {alert ('test');} }); You could also use the global ajaxStart/stop hooks: $().ajaxStop(function() { /* enable sorting */ }); Mike On 6/8/07, Gordon <[EMAIL PROTECTED]> wrote: I was hoping someone on here could help me out. I am working on a dr