Is this possible to make item from a autocomplete jquery box draggable ?
example : drag an item from one list to another (selecting mp3 files names from one div and drop into another (play list)
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.
It is possible, what you have to do is append the draggable after the items are created when someone starts typing. One way I did this was by adding the open event (sees when the autocomplete box is opened) and then I select the
ui-menu-itemsthat are created by autocomplete and I make them draggable. An example can be found here:http://jsfiddle.net/2SYXT/