tags:

views:

26

answers:

2

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.

A: 

Here's a little tutorial to get you started: http://geekswithblogs.net/AzamSharp/archive/2008/02/21/119882.aspx

thomasfedb
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