Best jQuery Plugins Plugins & Tutorials with Demo

    ScrollStory : jQuery UI widget for Scroll-based pages and Interactions

    ScrollStory : jQuery UI widget for Scroll-based pages and Interactions

    A jQuery UI widget for building simple, scroll-based pages and interactions.

    Key features :

    • 100% style agnostic. Just a collection of often-used scroll-based patterns.
    • Can can you existing DOM or use an array of objects to create markup.
    • 16+ jQueryUI-style events/callbacks for various application state events.
    • Focus and blur event when an individual story becomes active or inactive.
    • Items can be grouped into categories, with event dispatched as categories change.
    • Items filterable by user-specified tags.
    • Items aware of their in-viewport status.
    • Programmatically animated scroll to any item.
    • Throttled scroll events and minimal DOM usage.

    Examples :

     

    Live Composer – Front-End Content Creator For WP

    Live Composer - Front-End Content Creator For WP

    Live Composer is a front-end content builder plugin for WordPress with 28+ modules ( and more to come ) packed with functionality and styling options that allow countless variations to be made easily and without any coding.

    In Live Composer, the content of you pages is built directly on the page, right there in the front-end. This allows you instant feedback on the changes you make and removes the need to go back and forth between the back-end and the front-end.Besides the usual modules such as buttons, text, accordions, Live Composer comes with special post types like Projects, Galleries, Downloads, Testimonials, Staff and Partners which push any theme to the next level.

    LazyYT.js : A jQuery plugin to lazy load Youtube videos

    LazyYT.js: A jQuery plugin to lazy load Youtube videos

    This is a jQuery plugin to lazy load Youtube videos. On the initial load, the div will be replaced by a preview img of the video. On hover, the preview img will be replaced by the iframe Youtube video.

    Youtube video embeds were causing an obnoxious lag on every page load. In order to speed things up, we wrote a jQuery plugin called lazyYT.js. While we have done similar custom setups for sites we have built before, we wanted to put together something simple, easy-to-use, and available for anyone.

    To speed up the page load LazyYT works by initially loading a preview image, then waiting until the video is actually clicked to load and start the full Youtube video.

    least.js : jQuery, HTML 5 & CSS3 Gallery with LazyLoad

    least.js : jQuery, HTML 5 & CSS3 Gallery with LazyLoad

    least.js is a Random and Responsive jQuery, HTML 5 & CSS3 Gallery with LazyLoad.

    Klax – jQuery Responsive Team, Portfolio, Products Grid

    Klax - jQuery Responsive Team, Portfolio, Products Grid

    Display your work, team members, portfolio or anything else in an amazing and creative way. Klax is a multi-functional jQuery plugin that displays your content within the web page and offers everything that you will ever need to present your items to a client. You can set the number of items that display on a page and create your own design with this team member, portfolio JS plugin.

    jQuery Lazy Load XT plugin

    jQuery Lazy Load XT plugin

    Lazy load XT is a jQuery plugin for images, videos and other media.Mobile-oriented, fast and extensible jQuery plugin for lazy loading of images/videos with build-in support of jQueryMobile framework.

    Dragon : Smart scrolling jQuery plugin

    Dragon : Smart scrolling jQuery plugin

    Dragon – smart scrolling jQuery plugin for correct scrolling mechanics.

    Features:

    • Scroll on drag
    • Wheel fullfil
    • Extended keyboard scrolling
    • Metro style
    • One instance
    • Customizable scrollbars
    • Smoth pagination plugin
    • Touch scroll

    jQuery cssAnimateAuto : CSS transitions Plugin

    jQuery cssAnimateAuto : CSS transitions Plugin

    A jQuery plugin that uses CSS transitions to animate an element’s height or width to auto.

    jQuery Cool Text – Incredible Animations

    jQuery Cool Text - Incredible Animations

    It would be virtually impossible to create complex text animations only with css transitions. With CoolText you can do that with few lines of javascript or html attributes. It comes with 300 ready-to-use animations and with a tool that let you create your animations packs. You can use it both via javascript and html markup. CoolText lets you animate letters or words, control speed and stagger, create animations sequences and so on. And it’s responsive and SEO friendly. CoolText takes advantage of the TweenMax power and of the jQuery flexibility.

    BalanceText : jQuery plugin for implementing balancing of Wrapping Text

    BalanceText : jQuery plugin for implementing balancing of Wrapping Text

    A jQuery plugin to provide an alternate text wrapping algorithm. I hope to get this into the CSS spec, so it’s implemented as a polyfill.

    The default text rendering algorithm is:

    1. Add 1 word at a time to the current line until the next word won’t fit.
    2. Break text so that the next word starts on a new line.
    3. Repeat until all text has been rendered.