For example, when I drag a draggable to a sortable, there is a helper that is different than the original draggable item. Can I drop that helper item into the sortable instead of the original draggable item?
Share
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 can use the dropable plugin anywhere in combination with your draggable plugin to drag items from location A to B.
Then location B can be where you are using the sortable plugin.
=> You will drop items in the sortable
You can find here an example of the two plugins working together: http://jqueryui.com/demos/draggable/#sortable