Trigger an alert box when an AJAX request fails:
The ajaxError() method specifies a function to be run when an AJAX request fails.
Note: As of jQuery version 1.8, this method should only be attached to document.
| Parameter | Description |
|---|---|
| function(event,xhr,options,exc) |
Required. Specifies the function to run if the request fails Additional parameters:
|
Use the xhr and options parameter
How to use the options parameter to get a more useful error message.
Your message has been sent to W3Schools.