Guest User

Untitled

a guest
Nov 24th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $.getJSON("bei.txt", function(data){
  2. alert(" ");
  3. })
  4. .success(function(){
  5. alert("sucesso");
  6. })
  7. .error(function(){
  8. alert("erro");
  9. });
Add Comment
Please, Sign In to add comment