Guest User

Untitled

a guest
May 9th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.31 KB | None | 0 0
  1. $.ajax({
  2.                     url : '/feed/addcomment',
  3.                     type : 'POST',
  4.                     data : 'message_id=' + message_id + '&text=' + encodeURIComponent(text),
  5.                     success : function(response) {
  6.                         alert(response);
  7.                     }
  8.                 })
Add Comment
Please, Sign In to add comment