Open jeyavelnkl opened 7 years ago
It's nice library for creating the Org-chart.
i want to display the popup box(mouseover box) while doing Node mouseover event.
Node Mouseover not working if i am writing like below
$(".node").mouseover(function(e){ if (e.target.classList.value !== "collapse-switch" && !$(this).data('clicked')){ $(this).children(".node-desc").show(); } });
It's nice library for creating the Org-chart.
i want to display the popup box(mouseover box) while doing Node mouseover event.
Node Mouseover not working if i am writing like below
$(".node").mouseover(function(e){ if (e.target.classList.value !== "collapse-switch" && !$(this).data('clicked')){ $(this).children(".node-desc").show(); } });