Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $.post('joaca2.php', { name: "John", time: "2pm" }, function(data) {
  2. document.write(data);
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement