Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $.ajax({
- url: 'https://en.wikiquote.org/w/api.php?action=parse&title=Main_Page&format=json',
- dataType: 'jsonp',
- success: function(resolv){
- console.log(resolv);
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement