jquery
Face Detection with jQuery
One face detection library I found is Face Detection by Jay Salvat and Liu Liu. This is a standard jQuery plugin that receives an image and returns an array of coordinates of faces found within the i ...
jQuery UI Slide
The plugin enhances the jQuery UI slider in many ways, adding text labels and ticks on the slider axis, and tooltips that appear while a slider is being used.
jQuery plugin: autoResize
In his plugin (apparently inspired by Facebook's implementation) a DIV is created off-screen and is filled with the textarea's value whenever it changes. The height of this DIV is retrieved and then ...
Parse a Link Like Facebook with PHP and jQuery
Link parser like the one on Facebook, returns results in JSON rather than HTML.
Live Table Edit, Delete with Pagination using Jquery
How to do Live Table Edit, Delete with Pagination using Jquery .live() function and DOM event handler. This script helps you to instantly modify or update the table data.
jQuery Browser Plugin
A jQuery plugin extending browser detection capabilities
A 7-Step Program: jQuery Animations
A dash of animation can spruce up a dull interface. In this tutorial, you'll learn how to do it the right way with jQuery. A Word From the