to allow drag-n-drop, context menu, double-click features change
all .live() calls to .bind(). This is an example:
Line 449: .live("mousedown.jstree", function (event) {
change to
.bind("mousedown.jstree", function (event) {
This makes the drag-n-drop feature work. The only disadvantage of this
is that the new items added to your treeview will not be draggable/
double-clickable/etc..
Hope this fix will help.
If you have other tips how to make 0.9.9 compatible with jQuery 1.4.1
while jsTree 1.0 is still not released, please write below.
Thanks
--
You received this message because you are subscribed to the Google Groups "jsTree" group.
To post to this group, send email to jst...@googlegroups.com.
To unsubscribe from this group, send email to jstree+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jstree?hl=en.
I have no idea why, but it works for me. I just shared a success of my
fight with this plugin ;)
--
You received this message because you are subscribed to the Google Groups "jsTree" group.
To post to this group, send email to jst...@googlegroups.com.
To unsubscribe from this group, send email to jstree+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jstree?hl=en.