Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $.ajax({
  2. url: '/send',
  3. dataType: 'json',
  4. type: 'POST',
  5. contentType: 'application/x-www-form-urlencoded',
  6. data: {
  7. phone: $('[name="phone"]').val(),
  8. msg: $('[name="msg"]').val()
  9. }
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement