jquery

TwitterFacebook
Get flash to fully experience Pearltrees
Charting on mobile platforms http://www.ibm.com/developerworks/library/x-jquerymobilechart/

Add charting on mobile browsers

gMap - Google Maps Plugin For jQuery | Examples

http://gmap.nurtext.de/examples.html gMap for jQuery is no longer maintained
http://tutorialzine.com/2010/11/jquery-data-method/ jQuery’s data method gives us the ability to associate arbitrary data with DOM nodes and JavaScript objects. This makes our code more concise and clean.

jQuery’s Data Method – How and Why to Use It

http://isocra.com/2008/02/table-drag-and-drop-jquery-plugin/

Table Drag and Drop JQuery plugin | Isocra

Why have another plugin? Dragging and dropping rows within a table can’t be handled by general purpose drag and drop utilities for a number of reasons, not least because you need to move the whole row, not just the cell that receives the mouse events. Re-parenting the row also requires specific code. Sadly also, effects like fadeIn and fadeOut don’t work well with table rows on all browsers, so we have to go for simpler effects.
http://www.csskarma.com/blog/sliding-labels/ A few weeks ago I was reading an article on form UI by Luke Wroblewski of Yahoo! .

Form Design with Sliding Labels « CSSKarma