0

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.

Dave Newton
  • 158,873
  • 26
  • 254
  • 302
Nitish
  • 57
  • 4
  • 14

1 Answers1

0

You should look at jQuery UI. Particularly into the Droppable. The shopping cart example described there, it's probably something you are looking for.

Igor Milla
  • 2,767
  • 4
  • 36
  • 44