Treeview Context Menu in asp.net using jquery

Treeview Context Menu in asp.net using jquery

Hi,
 
I have one treeview in my content(child) page.
 
I added one javascript plugin written by Jquery.contextmenu.js written by Cory S.N. LaViska.
 
But in my page what code i am writing to execute the treeview right click option.
 
If possible please post the code to write the javascript related to the plugin.
 

$(document).ready(function () {

 $("#PanelTreeDiv").contextMenu({

 menu: 'MyMenu'

 

 });

 });

Thanks & Regards,

Suri.