Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 296 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 296 Bytes

jquery.googapi.js

jQuery Plugin to auto load any of the Google APIs into your web page.

Example Usage:
$(document).googapi('feeds', 1, 500); // Loads the Google Feeds AJAX API

$(document).googapi('feeds', 1, 500, {nocss: true}); // Load Google Feeds AJAX API without CSS.