In the documentation there is a list of possible values that textStatus might be if the error()
callback fires ("timeout", "error", "notmodified" and "parsererror") but nothing specified for the success()
or complete()
events.
Are there any other values besides "success" that could be passed to the success()
callback? Is this documented anywhere?