I have a div element which consists of list elements eg: java, ror, .NET.
I want to drag a particular list suppose only java from its current div element to another div element.
I have a div element which consists of list elements eg: java, ror, .NET.
I want to drag a particular list suppose only java from its current div element to another div element.
You should look at jQuery UI. Particularly into the Droppable. The shopping cart example described there, it's probably something you are looking for.