Advertisement
krot

ajax error

May 18th, 2018
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.13 KB | None | 0 0
  1. $.ajaxSetup({
  2.   error: function(xhr, status, error) {
  3.     alert("An AJAX error occured: " + status + "\nError: " + error);
  4.   }
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement