Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <script type="text/javascript">
  2.  
  3. $.get('/some/scripts/myscript.php?code=mycode',function(data){
  4. var mydata = data;
  5.  
  6. //there are some commands here already
  7.  
  8. bla bla bla;
  9.  
  10. bla bla bla;
  11.  
  12. bla bla bla;
  13.  
  14. //i need to add mydata here
  15.  
  16. mydata;
  17.  
  18. });
  19.  
  20. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement