kamens / jQuery-menu-aim

jQuery plugin to fire events when user's cursor aims at particular dropdown menu items. For making responsive mega dropdowns like Amazon's.
http://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown
7.67k stars 1.08k forks source link

Rewrite menuaim as a stateful widget? #28

Open robfe opened 11 years ago

robfe commented 11 years ago

Hi, i've had situations where I want to programmatically set/get the selected row. With the current architecture this doesn't quite work. I'd be happy to rewrite menuaim as a jquery widget (http://learn.jquery.com/plugins/stateful-plugins-with-widget-factory/) - let me know if you'd take a PR?

One disadvantage that I can think of is that there would be a new dependency on jQuery.widget...

bobbyrenwick commented 11 years ago

41 is a step towards this that doesn't depend upon jQuery.widget