Guest User

Untitled

a guest
Feb 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $.ajax({
  2. url:'http://www.example.com/somefile.ext',
  3. type:'HEAD',
  4. error: function()
  5. {
  6. //arquiv não existe
  7. },
  8. success: function()
  9. {
  10. //arquivo existe
  11. }
  12. });
Add Comment
Please, Sign In to add comment