Best jQuery Plugins Plugins & Tutorials with Demo

    Smartpopover : jQuery Auto layouting balloon Popover

    Smartpopover : jQuery Auto layouting balloon Popover

    Auto layouting balloon popover always inside window for jQuery.To help creating your webapp editor window, balloon popover of charactor speech, etc.

    Readmore.js : jQuery plugin for Collapsing and Expanding Text Blocks

    Readmore.js : jQuery plugin for Collapsing and Expanding Text Blocks

    A smooth, lightweight jQuery plugin for collapsing and expanding long blocks of text with “Read more” and “Close” links.

    The required markup for Readmore.js is also extremely lightweight and very simple. No need for complicated sets of divs or hardcoded class names, just call .readmore() on the element containing your block of text and Readmore.js takes care of the rest.

    Scrollzip : jQuery plugin to trigger action if element is Visible

    Scrollzip : jQuery plugin to trigger action if element is Visible

    This jQuery plugin is used to trigger some action if the given element is becoming visible or hidden while scrolling.

    jQuery Extract the main Colour of an Image’s borders : Image-pixel-border

    jQuery Extract the main Colour of an Image's borders : Image-pixel-border

    A very lightweight and simple jQuery plugin to extract the main color of an image’s border. Just pass a callback as first parameter of the getPixelColor which takes one parameter. The parameter send to your callback will be the hexadecimal color code.

    In few words:

    1. Clone the image in a dynamically created HTML canvas element.
    2. Read the pixels of the TOP, BOTTOM, LEFT, RIGHT borders of the image
    3. Extract the most frequent color
    4. Return the extracted color to your callback

    CLNDR.js : A jQuery Calendar Plugin

    CLNDR.js : A jQuery Calendar Plugin

    CLNDR is a jQuery plugin for creating calendars. Unlike most calendar plugins, this one doesn’t generate markup. Instead you provide an Underscore.js HTML template and in return CLNDR gives you a wealth of data to use within it.

    CLNDR takes an array of event objects and weaves them into the days array in your template. This means you can pass in as many events as you want and CLNDR will make sure they show up when you need them.

    fullPage.js : jQuery Create Beautiful Fullscreen Scrolling Websites

    fullPage.js : jQuery Create Beautiful Fullscreen Scrolling Websites

    A simple and easy to use jQuery plugin to create fullscreen scrolling websites. (also known as single page websites) It allows to create fullscren scrolling websites as well as adding some landscape sliders inside the sections of the site.

    Features:

    • Scroll within sections using they mouse wheel scroll
    • Scroll within sections and within sliders using the arrow keys and the pageUp and pageDown keys
    • Use a callback once the section has finished scrolling
    • Use touch events for mobile and tablet devices
    • Add a menu linked to to the sections
    • Resize the sections size as well as the text when resizing the browser’s window
    • Autoadjust itself to fit the current sectio/slide when resizing the browser’s window
    • Admit some options such as the scrolling easing, the background color of the slides, the scrolling speed, loop options, callbacks and the vertical align of the text within the sections

    Transfer Numbers : jQuery Plugin

    Transfer Numbers : jQuery Plugin

    jQuery Transfer Numbers is a plugin that transfers numbers by flying from one element to another.

    Features:

    • Increments and Decrements Values
    • Transfer speed is customizable
    • Gamification style for your Web Apps
    • Bind to most event listeners
    • Stops at 0

    Dropmenu : jQuery Multi-level dropdown menu for Buttons

    Dropmenu : jQuery Multi-level dropdown menu for Buttons

    Multi-level dropdown menu for buttons. Supports any HTML for items, multiple combined sync/async datasources.

    Zoomingbox : jQuery lightbox as a container for a larger Zoomed image

    Zoomingbox : jQuery lightbox as a container for a larger Zoomed image

    A jQuery lightbox which enables you to use the lightbox modal as a container for a larger zoomed image

    jQuery.column : CSS3 column layout with jQuery

    jQuery.column : CSS3 column layout with jQuery

    Simulate CSS3-style automatic columnization for the few browsers (IE) that don’t support it. It tries to follow CSS3 specification (http://www.w3.org/TR/css3-multicol/) closely.

    This should point to the DOM node(s) that hold the content to be columnized. Typically this is a element, but other elements are possible.