jQuery webcam plugin

    jQuery webcam plugin

    The jQuery webcam plugin is a transparent layer to communicate with a camera directly in JavaScript.This plugin provides three different modes to access a webcam through a small API directly with JavaScript – or more precisely jQuery. Thus, it is possible to bring the image on a Canvas (callback mode), to store the image on the server (save mode) and to stream the live image of the Flash element on a Canvas (stream mode).

    JSON Driven Zoomable Drill Down Bar Chart: DDChart

    JSON Driven Zoomable Drill Down Bar Chart: DDChart

    DDChart is a JSON data driven bar chart plugin that creates a classy bar chart with flash like animation effects.

    Its a small yet useful bar chart jQuery plugin that is packed with nice features including:

    • Zoom-in / zoom-out effect on bar charts during drilling up / down with flashy animations
    • Bars, legends, and fonts expand and contract to fit their container
    • On load chart recalculations to fit all containers
    • Automatic drill up breadcumb creation

    Farbtastic: jQuery color picker plug-in

    Farbtastic: jQuery color picker plug-in

    This one is a jQuery color picker plugin that can be used to add a color picker into any webpage. The color picker is related to an existing element, for instance a text field, and updates the value of the element when a color is chosen.

    Javascript CanvasLoader Creator

    Javascript CanvasLoader Creator

    This one is a small JavaScript UI library, that utilizes HTML5 Canvas element for drawing and animating circular preloaders.It can work in any ‘good’ browser that has support for HTML5 Canvas element. It has a UI to customize preloader.

    cssQuery()

    cssQuery()

    cssQuery() is a powerful cross-browser JavaScript function that enables querying of a DOM document using CSS selectors. All CSS1 and CSS2 selectors are allowed plus quite a few CSS3 selectors.

    Kwicks for jQuery

    Kwicks for jQuery

    Kwicks for jQuery started off as a port of the insatiably attractive Mootools effect (of the same name), but has evolved into a highly customizable and versatile widget. Please check out the examples to see it in action.

    jQuery Marquee

    jQuery Marquee

    The jQuery Marquee plug-in converts a list element (<ul /> or <ol />) into an ESPN-style scrolling marquee. Messages are scrolled in from top or bottom (based on the yScroll option) and longer messages will then ticker to the left in order to show the full message. You can mouse over the message to prevent the message from scrolling—which is nice if your messages have embedded links.

    JavaScript currency converter : Money.js

    JavaScript currency converter : Money.js

    Currency conversion is a recurrent task in many businessses, but it’s not that easy to automate as everyday currencies are fluctuating. This lightweight JavaScript library can do the hard work for you. A great find!

    jQuery Desktop

    jquery desktop

    JavaScript desktop environment built with jQuery + HTML5.

    JSZip: Create .zip files with JavaScript

    JSZip: Create .zip files with JavaScript

    JavaScript today is capable of generating a lot of data. The easiest way to deliver multiple files to your users is in a zip file. Instead of wasting server resources and bandwidth you can get the client to do it for you.