superfish
superfish copied to clipboard
onShow triggered again when clicking menu
I am adding some action in onShow
event, but i notice that this is triggered again whenever i am clicking on the sub-menu item and sometimes when hovering sub-menu.
onShow : function(){
console.log("onshow");
},