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

jQuery plugin to fire events when user's cursor aims at particular dropdown menu items. For making responsive mega dropdowns like Amazon's.

Results 68 jQuery-menu-aim issues
Sort by recently updated
recently updated
newest added

Much time has passed since this plugin was created, but the problems it solves are just as relevant today. It would be great to take the logic/learnings from this plugin...

Does any managed to work this out for horizontal menus? I've tried direction: "below" and other stuff but it just can’t make it work :(

Hi, Great Job! Are you aware of any wordpress plugin using your jquery-menu-aim? Thanks

How to add an event for tab navigation.? How can I open the submenu on press of "Enter" or "Space" and how to close on "esc" click?

I use the plugin to display submenu points on the bottom side of the navigation. It works perfectly, but if I 1. hover over a point 2. move mouse downwards...

Great plugin. I managed to almost everything work the ways that i intended. The menu with " submenuDirection: 'below' " works fine if is left to right, but if is...

I added an API: $menu.menuAim('activate', rowElem); $menu.menuAim('deactivateMenu');

Updated documentation and license info

Is this possible to prevent event bubbling ?

If init function called a lot of times, the browser dramatically slow down, because the mouse location track function called every time of mouse move \* init function call count.