Guest User

Untitled

a guest
Jul 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $.ajax({
  2. type: "PUT",
  3. url: '',
  4. data: { tagging: { ... } }
  5. dataType: 'json',
  6. success: function(msg) {
  7. alert("SUCCESS" + msg);
  8. }
  9. });
Add Comment
Please, Sign In to add comment