For the jquery form plugin http://jquery.malsup.com/form/#options-object, I see a success callback, but how do I run code if there is a failure like a network issue?
For the jquery form plugin http://jquery.malsup.com/form/#options-object , I see a success callback, but how
Share
From the site:
Presumably that means you could just add an “error” property with the function you’d like to execute upon error.
Looking at the plugin code that seems to be the case: