Guest User

Untitled

a guest
Nov 22nd, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. var data = "id=somedata&src=somedata";
  2. $.post('http://otherdomain.com/something.php', data, function(d){console.log(d)})
Add Comment
Please, Sign In to add comment