Can you please tell me how to set the position of the context menu
function GoToProductListReservation(id) {
var node = jQuery('#' + id);
$(node).children('a').trigger('contextmenu');
//jQuery('#coursetree').jstree('show_contextmenu', node);
}
I am using the above method to show context menu on a button click ,