Advertisement
Guest User

Untitled

a guest
Aug 5th, 2014
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({
  2.     type: 'POST',
  3.     url: $form.attr('action'),
  4.     data: $form.serialize(),
  5.     success: function (response) {
  6.         // Success
  7.     }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement