- Velocity is a smart animation engine that re-implements jQuery’s $.animate() for significantly greater performance (making Velocity also faster than CSS animation libraries) while including new features to improve workflow.
- In just 9Kb zipped, Velocity includes all of $.animate()’s features while packing in color animation, transforms, loops, easings, SVG support, and scrolling. Velocity is the best of jQuery, jQuery UI, and CSS transitions combined.
Best jQuery Plugins Plugins & Tutorials with Demo
Velocity.js : Accelerated jQuery Animation
jQuery KeySelection Plugin
jQuery keySelection is a lightweight jQuery plugin (3kb) for cycling through arbitrary element collections with arrow keys. Collection members are selectable by keyboard or mouse.
keySelection will always reflect the current dom state, so you can dynamically add elements to the dom and they will be added to the keySelection element collection if they have the required .selection-item class.
jQuery QueryBuilder Plugin
jQuery plugin offering an interface to create complex queries.
QueryBuilder can be used on advanced search engine pages, administration backends, etc. to build complex queries or filters. It is highly customisable and can be used with many jQuery widgets like autocompleters and sliders.It outputs a structured JSON of rules which can be easily parsed to create SQL/NoSQL/whatever queries.It can also directly create a SQL WHERE statement.
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();










