jQuery-menu-aim icon indicating copy to clipboard operation
jQuery-menu-aim copied to clipboard

submenuSelector not working

Open supermueller opened this issue 7 years ago • 0 comments

It seems that the submenuSelector is not working.

If if you define a submenu selector as following in the example.html it will stop working:

<!-- example.html: line 204 -->

$menu.menuAim({
   activate: activateSubmenu,
   deactivate: deactivateSubmenu,
   submenuSelector: ".popover"
});

Or do I use the option submenuSelector in a wrong way?

supermueller avatar Nov 08 '17 10:11 supermueller