Learning jQuery is a multi-author weblog providing jQuery tutorials, demos, and announcements. We have tutorials for all skill levels, and each entry is categorized by level of difficulty.

Bagi teman-teman yang gemar menggunakan JQuery untuk memperindah tampilan blognya, atau untuk kebutuhan develop ini dia website bagus untuk menimba ilmu dari sana
Website : http://www.learningjquery.com/
Enable complex mouse gestures (letters, alphabets, symbols and your own custom gestures) on your website!

Documentation : http://anantgarg.com/2009/05/21/jquery-fancy-gestures
Demonstration : http://anantgarg.com/fancygestures/
Requirements : JQuery, Walter Zorn’s VectorGraphics Library
This is a simple experiment using javascript and jQuery which allows you to make an image of your choice all boingy! Use the input field below to enter the URL to any image you like from the internets or just play with the white squares below.

Visit Website boingPic
A lightweight javascript file that provides the ability to sort lists using drag and drop. Built on the jQuery framework.

Usage
$(”ul”).dragsort({ dragSelector: “li”, dragEnd: function() { }, dragBetween: false });
dragSelector: The selector for the element to act as the drag handle. The default is LI.
dragEnd: The callback function that will be called after the dragging has ended.
dragBetween: Set to “true” if you want to enable the ability to drag between selected lists. The default is false.
Website | DownloadJQuery List DragSort