The documentation refers to:
jQuery(instanceSelector).jqxTree({dragEnd: function(item, dropItem, args, dropPosition, tree) {});
The documentation (and forum questions) provide little insight into how to use ‘tree’.
All I can find is the comment ‘ // tree – the jqxTree’s jQuery object associated to the dropItem. If the tree’s id is ‘tree’, this returns $(“#tree”).
If I however look at the tree object – the information is obscure i.e.
({0:{jQuery1112027691987898120807:315}, context:{jQuery1112027691987898120807:315}, length:1})
using .toSource() to look at the object.
Do you have any guidance / insight to offer on this?
Alastair