Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. "comm": "aspuser"
  2. },
  3. contentType: 'application/json; charset=utf-8',
  4. dataType: 'json',
  5. }).success(function(data){
  6. alert("added");
  7. }).error(function(error) {
  8. alert("not added");
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement