bhalash

Ajax fails

Oct 13th, 2014
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.19 KB | None | 0 0
  1. $.ajax({
  2.     url : img,
  3.     type: 'HEAD',
  4.     dataType: 'image',
  5.     success: function() {
  6.         // success stuff
  7.     },
  8.     error: function() {
  9.         // error stuff
  10.     }
  11. });
Advertisement
Add Comment
Please, Sign In to add comment