Tree with expanded/collapsed brances and drag'n'drop

Tree with expanded/collapsed brances and drag'n'drop


Hi, dear community!
I'm using the jQuery UI in my new project, and I really impressed, but
I always be lack of some sortable drag'n'drop tree as
jQuery UI widget. So, I want to introduce my widget, making usual ul/
li tree with expandable/collapsable
and drag'n'droppable branches.
Here is the demo:
http://astashov.net/tree.html
Here is the widget:
http://astashov.net/jquery.tree.js
You also may watch my git repo:
http://github.com/astashov/jquery-ui-tree/tree/master
It should work on IE6, IE7, Opera 9+, FF3+. I didn't verify on other
browsers yet.
There are some issues with Opera - disabled revertion of draggables,
cause it works pretty strange in Opera.
I will glad if it helps somebody. Thanks!