table_filter.js : jQuery Plugin to filter HTML Table rows

    table_filter.js : jQuery Plugin to filter HTML Table rows

    This is a jQuery plugin that uses input from a textbox to filter rows in HTML tables. its fast and lightweight (the minified version is just 872 bytes).

    Uiji.js : jQuery in Reverse

    Uiji.js : jQuery in Reverse

    uiji is jQuery in reverse. Instead of using CSS selectors to find elements, you use the same syntax to create elements.

    Beginner’s guide to the jQuery Mobile framework

    Beginner’s guide to the jQuery Mobile framework

    jQuery Mobile is an excellent way to create web applications for mobile devices, but it suffers from a bit of a PR problem. When I first learned about the framework, I put it on my list of technologies I should investigate, but like a lot of people I figured that because it’s based on jQuery, that you’d have to be an expert with jQuery before you could use jQuery Mobile…nothing could be farther from the truth.

    jQuery Instagram SlideShow Plugin

    jQuery Instagram SlideShow Plugin

    Features:

    • CSS3 driven animation.
    • Auto delay slideshow, hove to pause.
    • Optional link of the image.
    • Optional loop of the photo stack.
    • Optional display numbers.

    fancyBox : Fancy jQuery Lightbox Alternative

    fancyBox : Fancy jQuery Lightbox Alternative

    fancyBox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages. It is built at the top of the popular JavaScript framework jQuery and is both easy to implement and a snap to customize.Fancybox has a following features Responsive (try resizing window while fancyBox is open),Integrated slideshow,New gallery transitions,Uses CSS3 (shadows, round corners).

    BART : jQuery notification plugin

    BART : jQuery notification plugin

    jQuery BART is a notification plugin for jQuery, or more appropriately an ‘annoyification’ plugin. As the purpose of this plugin is to present content on the page that will attract the user’s attention, it seemed to be a fitting name. If you feel that it’s an appropriate name, then all the better. However, if you feel, as some might, that I am trading heavily on the brand of the above-mentioned show(which I haven’t mentioned by name), then you can be very assured that BART is an acronym meaning: Broadcasting And Reporting Things

    Users are used to seeing notifications in various ways appear on their computer. Whether you are a Mac, Linux, or PC user, those notifications typically appear in one of six places: Top, Bottom, Top Right, Bottom Right, Top Left, Bottom Left. Notifications typically are either a bar, or a bubble.

    PaintbrushJS : Browser-based Image processing JavaScript library

    PaintbrushJS : Browser-based Image processing JavaScript library

    PaintbrushJS is a lightweight, browser-based image processing library
    that can apply various visual filters to images within a web page.

    You use it by applying a class to an element on the page and setting
    a few parameters with some extra HTML attributes. If the element is
    an img or it has a background-image set in your CSS, PaintbrushJS
    will create a temporary canvas element and manipulate the image
    there, before finally saving it back out to the original element.

    New Gmail like Floating Toolbar jQuery Plugin

    New Gmail like Floating Toolbar jQuery Plugin

    This time Google has invested some resources in designing their sites. Like Gmail has been made much better. The new theme is simple and sober. I liked the floating toolbar of new Gmail. When I looked at it I thought why shouldn’t I create something like that for my readers. After that I created a jQuery plugin that floats any element on your webpage just like the Gmail’s toolbar. The plugin is really simple to use with few lines of code.

    Timeliner : jQuery plugin to make an interactive, Historical timeline

    Timeliner : jQuery plugin to make an interactive, Historical timeline

    Build a simple, interactive, historical timeline with HTML, CSS, and jQuery. The benefits of this timeline script are that it’s (1) fully accessible and 508 compliant (an original requirement) (2) simple, (3) able to handle nearly any form of content, and (4) printer friendly. There’s also plenty of room for you to get creative with the styling. (Please drop me a line if you do do something cool with it.)

    The timeline was developed completely without the use of Flash, so it fully accessible, diplays on non-Flash supported devices like the iPhone, and prints nicely.

    PrintArea : Print section of the page with jQuery

    PrintArea : Print section of the page with jQuery

    Today we will learn how to print a section of the page using jQuery plugin PrintArea. This plugin allows us to indicate which container on the page we want to send to the printer maintaining the original css styles applied to the element being printed.