[jQuery] Re: JQuery Forms plugin, success callback fail

2009-02-20 Thread James
Even though it returns 200, are you sure it's the correct format as specified in your dataType (json)? You should put an error callback in your ajax option. That might trigger and help solve your issue. You should also use Firebug for Firefox to help troubleshoot ajax issues. On Feb 20, 4:57 am,

[jQuery] Re: JQuery Forms plugin, success callback fail

2009-02-20 Thread Mike
> I have this code: > >                 $("#loading") >                 .ajaxStart(function() >                 { >                         $(this).show(); >                 }) >                 .ajaxComplete(function() >                 { >                         $(this).hide(); >