joeldbirch / superfish

Superfish is a jQuery plugin that adds usability enhancements to existing multi-level drop-down menus.
Other
913 stars 314 forks source link

onShow triggered again when clicking menu #175

Open ariona opened 6 years ago

ariona commented 6 years ago

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");
},

demo