> I'm using the jquery form plugin from here:http://malsup.com/jquery/form/ > > Is there any callback function or handling of server-side errors in > this plugin so I can now if an ajax action failed?
That plugin uses $.ajax under the hood so all the same options apply, including the 'error' callback.