Guest User

Untitled

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