Hello,
.selector property has been removed from jQuery 3
Assuming you suggest fancytree now supports jquery 3.X, is the following line a bug?
|
} else if (el.selector !== undefined) { |
If it's not a bug, can you please explain why this is ok? From what I see, the code within the else if would never execute even if el is a jQuery element.
Thanks,
Michael