I have dhtmlx tree. In one div i placed that tree. I have multiple divs and in each div I have one tree which will generate dynamically. When i click on the any node of tree i can get the id of that node. Now how to find in which div that tree resides by using jquery.
Share
Docs: http://api.jquery.com/closest/
Depending on the structure of your DOM you might need a different selector – but without you showing us the structure we can only make guesses.