docubuzz / touch-sortable.js

A tiny, animated, sortable plugin for jQuery, supporting both touch and mouse events.
http://docubuzz.github.io/touch-sortable.js
Other
7 stars 1 forks source link

onComplete returns the updated li instead of the ul #5

Closed andreu86 closed 11 years ago

andreu86 commented 11 years ago

I think it is more flexible because you can find easily the parent list.

It fixes #4

ashishpuliyel commented 11 years ago

Thanks for your contributions. If you also update the minified version, it makes it easier for us to merge the pull requests. We're using the closure complier: http://closure-compiler.appspot.com/home

Thanks again!

andreu86 commented 11 years ago

Ok, no problem, any configuration or the default one?

ashishpuliyel commented 11 years ago

Just the default - @compilation_level SIMPLE_OPTIMIZATIONS I should include this in our readme, but you're the first one to contribute!

andreu86 commented 11 years ago

Done! You will have to update the readme due to this change.

This plugin is extremely simple and useful, congratulations! it is the best sortable plugin I've found, incredibly lightweight, mouse and touch, etc. Thanks!