Guest User

Untitled

a guest
Jul 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({
  2.   url: '/api/tags',
  3.   type: "POST",
  4.   dataType: 'json',
  5.   data: data,  // this is the article text you want to send
  6.   success: function(json) {
  7.    [render your json into html here]
  8.   }
  9. });
Add Comment
Please, Sign In to add comment