Behance Portfolio Page is a Vanilla JS plugin with no dependancies.
Best jQuery Other API Plugins & Tutorials with Demo
Sheetrock : jQuery plugin for display Google Spreadsheet Data
Sheetrock is a jQuery plugin for querying, retrieving, and displaying data from Google Spreadsheets. Use it to load entire sheets or leverage SQL-like queries to treat Google Spreadsheets as a quick-and-dirty JSON datastore. All you need is the URL of a public Google Spreadsheet. It requires no backend code whatsoever—everything is done in the browser.
jQuery Plugin for Google Drive API
Google Drive is a nice and easy (once you get used to it) way to store and share files on the cloud. Apps on Android phones and tablets synchronize their documents and images to Google Drive. One can think of so many interesting applications using them.
Such applications often need to let the user choose files and folders from their Google Drive, read their contents and do something useful. This simple JQuery plugin provides APIs for some often used operations.
fblogin : jQuery Plugin For Adding Facebook Login
Adding a Login with Facebook option to your web app is a pain! The process requires multiple requests to the Facebook API, and usually results in a messy callback soup that you get stuck managing.
Easily log in with Facebook with a single call using this simple jQuery plugin.Logging in with Facebook usually requires the following steps:
- window.fbAsyncInit
- FB.init
- FB.login
- FB.api(/me)
With the plugin just use $.fblogin();