INTRO to jQUERY's .getJSON() FUNCTION - Super Simple Javascript/jQuery Tutorials

Published: 27 July 2012
on channel: Code Cascade
46,838
219

FACEBOOK -   / codecascade  
TWITTER -   / codecascade  

Want to start building mobile user interfaces? More than likely you'll want to pull JSON data from popular sources like Facebook Graph, Twitter API, or Google Data Protocol. jQuery has the solution for retrieving JSON data with the getjson() function.

This video covers the ABSOLUTE BASICS of using jQuery's getJSON() function to retrieve JSON formated data across domains from API endpoints like Facebook's Graph API to help you start building mobile user interfaces today!

JS code from video:

$(document).ready(function() {

$.getJSON('  / zombies'  , function(fbResults) {

document.write(fbResults.name);

});

}


JSON examples in video:   / zombies  


Additional Resources:

"Facebook Graph API Reference"
  / api  

"Using JSON in the Google Data Protocol"
https://developers.google.com/gdata/d...


On this page of the site you can watch the video online INTRO to jQUERY's .getJSON() FUNCTION - Super Simple Javascript/jQuery Tutorials with a duration of hours minute second in good quality, which was uploaded by the user Code Cascade 27 July 2012, share the link with friends and acquaintances, this video has already been watched 46,838 times on youtube and it was liked by 219 viewers. Enjoy your viewing!