标签: jquery jqtree
将A拖到B时,我会打印e.taregt,有时会打印A,有时会打印B。
function handleStop_OPTION(node, e) {console.log(e.target)}; $('#tree_OPTION').tree({dragAndDrop: true,onDragStop: handleStop_OPTION});