Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $.ajax({
- url: '/send',
- dataType: 'json',
- type: 'POST',
- contentType: 'application/x-www-form-urlencoded',
- data: {
- phone: $('[name="phone"]').val(),
- msg: $('[name="msg"]').val()
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement