Guest User

Untitled

a guest
Sep 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var text;
  2. $.ajax({
  3. url: "text.php",
  4. dataType: "text",
  5. success: function(msg){
  6. text = msg;
  7. }
  8. });
  9.  
  10. alert(text);
Add Comment
Please, Sign In to add comment