This is a migrated thread and some comments may be shown as answers.

[Solved] Drag & Drop - Get Tree Name?

0 Answers 54 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sam Daniels
Top achievements
Rank 1
Sam Daniels asked on 11 Oct 2010, 05:02 PM
When dragging and dropping between multiple trees the onNodeDrop(e) event gives me access to the drop target:

var target = $(e.dropTarget);

But from this "target", how do I get the Name of the target tree?  I have 3 trees, and am dragging from one tree to one of two possible trees, so I need to verify which tree I'm dragging into.
Tags
TreeView
Asked by
Sam Daniels
Top achievements
Rank 1
Share this question
or