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
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
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.
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.