Guest User

Untitled

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