Best jQuery Plugins Plugins & Tutorials with Demo

    jQuery WowWindow is an alternative Lightbox

    jQuery WowWindow is an alternative Lightbox

    WowWindow is an alternative to Lightbox, for jQuery, that is much more fun and powerful. This modal window script uses CSS3 transformations to display the window, but will acceptably degrade to a workable window for browsers that do not support this. If you’re looking for alternatives to Lightbox, this may be the perfect script for you.

    Windows Aero Style for Web sites in jQuery

    Windows Aero Style for Web sites in jQuery

    Aero window creates pop-up window in the Aero style, reminiscent of the style of Window7. The popup window offers the usual options and full functionality similar to Windows windows.

    jQuery draggable captcha

    jQuery draggable captcha

    Here is a jQuery example for a captcha in a registration form. In order to pass the “Are you human” test, the user has to drag the numbers from 1 to 6 into order.

    CoverScroll jQuery plugin

    CoverScroll jQuery plugin

    This plugin is CSS3 variant of the Apple’s CoverFlow design pattern.

    MapIt-Lite a customizable google map in jQuery

    MapIt-Lite a customizable google map in jQuery

    A customizable Google map designed to make work with your locations a breeze.

    • One click map locator
    • Easy to use XML file
    • Customizable jQuery themes
    • Clean, simple, organized map locators
    • Support and much more…

    Tag Clouds – Styling and Adding Sort Options

    jQuery Tag Clouds

    This article consists of 2 parts: one is marking up and styling tags and the second is adding behavior to tag cloud using client-side script. I’ll show you my way of styling tag clouds although you may find similar (yet different 🙂 ) tutorials elsewhere.

    Lingua Localization a jQuery language translator plugin

    jQuery language translator plugin

    The Lingua Localization jQuery Plugin makes it fast and easy for developers to translate web user interfaces into other languages and handle many other localization-driven concerns. The high-level description is that it loads plain-text key-value pairs from files which are named according to the language they contain. Developers can use this to store the raw text which goes into the user interface, internal text such as alert-box content, or even flags and other textual data that is language-driven.

    Neon effect with jQuery

    Neon effect with jQuery

    This plugin apply neon effect to already existed text using CSS3. At current moment here are 3 modes: basic, custom and auto.

    Creating Modern jQuery Pagination for Content

    Creating Modern jQuery Pagination for Content

    I decided to create a new own JQuery plugin for pagination (for different content), which will be based not on the number of elements (childrens) per page, but will take care of the height of the content. And it will try to keep the same height for the pages. This means that the number of elements on the page can be different. Everything will depend on the height of these children. Plus, I will using fade effect to switch between pages.