Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $.ajax({
  2. url: "http://localhost:61721/api/values",
  3. type: "GET",
  4. dataType:"JSONP",
  5. success: function (data) {
  6. $("#div1").html(JSON.stringify(data));
  7. },
  8. error:function(error){}
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement