12 Jun 09

Learning JQuery Tips, techniques, and tutorials

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.

learningjquery

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/

24 May 09

JQuery Fancy Gestures

Enable complex mouse gestures (letters, alphabets, symbols and your own custom gestures) on your website!

jqueryfancygestures

Documentation : http://anantgarg.com/2009/05/21/jquery-fancy-gestures
Demonstration : http://anantgarg.com/fancygestures/
Requirements : JQuery, Walter Zorn’s VectorGraphics Library

19 May 09

boingPic - a javascript experiment

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.

boingpic

Visit Website boingPic

18 May 09

JQuery List DragSort Plugin

Comment Comments  Authors zulsdesign  Categories JQuery

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

jquerlistdragsort

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