Advertisement
Guest User

Untitled

a guest
Jun 16th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({
  2.   url: 'https://en.wikipedia.org/w/api.php?action=parse&title=Main_Page&format=json',
  3.   dataType: 'jsonp',
  4.   success: function(resolv){
  5.   console.log(resolv);
  6.   }
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement