Guest User

Untitled

a guest
Jul 16th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $.ajax({
  2. url: src.attr("action"),
  3. type: 'PUT',
  4. data: src.serialize(),
  5. success: function(response){
  6. alert(response);
  7. alert(response.responseText);
  8. alert(response.redirect);
  9. }
  10. });
Add Comment
Please, Sign In to add comment