Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. jQuery.get('/assets/js/shop.js', function(data) { eval(data); });
  2.  
  3. $.post(ajaxurl, data, function(response) {
  4. alert('Got this from the server: ' + response);
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement