i have created 2 divs and i want to drag an item from one of the divs and drop it in the other div.how do i implement the functions draggable() and droppable(). i am very new in jquery. thanks in advance.
views:
26answers:
2
A:
Here's a little tutorial to get you started: http://geekswithblogs.net/AzamSharp/archive/2008/02/21/119882.aspx
thomasfedb
2010-06-20 13:09:45
A:
The jQuery UI plugin has both draggable and droppable functionality. Check out here for demo material: http://jqueryui.com/demos/droppable/.
Grz, Kris.
XIII
2010-06-20 13:33:51