Guest User

Untitled

a guest
Feb 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function send_request(data) {
  2.  
  3. $.getJSON(post_service + "?callback=?", function (json) {
  4. alert("got it");
  5. });
  6. }
Add Comment
Please, Sign In to add comment