I've had a look around and tried some answers here on SOF, it seems problems may be running deeper.
- Take a look at http://miuzer.com/newx/.
- Login top-right (test:password)
- Now search for "cage" and you should see a track appear.
- The idea is you drag that sortable track element over the playlist on the left and it triggers the add track function.
Please read here for the apparent solution that is not working in my code: jQuery Sortable and Droppable
http://miuzer.com/newx/js/playlist.js - line 127 is the sortable event. http://miuzer.com/newx/js/sidebar.js - handles the drop.
What happens at the moment is that the drop event isn't called at all.
If anyone can help, I would appreciate it.