Guest User

Untitled

a guest
Jul 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function prueba(){
  2. var X="sebas";
  3. $.ajax({
  4. type: "POST",
  5. url: "prueba.php",
  6. success: function(dato){
  7. X=dato
  8. },
  9. timeout: 8000
  10. });
  11. return X;
  12. }
Add Comment
Please, Sign In to add comment