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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should look at jQuery UI. Particularly into the Droppable. The shopping cart example described there, it’s probably something you are looking for.