I was looking for a Javascript plugin that would provide the same basic functionality as jQuery UI Sortable . This is dragging and dropping items to reorder them. In my case, these elements are <li> tags.
Basically, I do not want to use jQuery UI because it is quite heavy and since I do not need to support IE, I use Zepto instead of jQuery. Therefore, I do not want to load the jQuery AND jQuery user interface just for that. That being said, I could easily live with a working jQuery plugin and adapt it to work with Zepto.
I have been looking for this for quite some time, but I can't find anything.
source share