javascript tree on right click
I have a code below $(‘#tree’).on(‘select’, function (e, node, id) after clicking on a Menu.
I want to know the same trigger on right click,
I want to know the equivalent of this command $(‘#tree’).on(‘select’, function (e, node, id)
on right click and not on click