adobe-accessibility / Accessible-Mega-Menu

A demonstration of how to implement a keyboard and screen reader accessible mega menu as a jQuery plugin.
Apache License 2.0
605 stars 199 forks source link

Add package.json and allow optional selector parameter #38

Closed noahmanger closed 8 years ago

noahmanger commented 8 years ago

I wanted to be able to install this using NPM on my project, so I forked it and added a package.json file. I also added an optional selectors.topNavItems parameter that can be passed in, which is helpful if you don't want every one of the top-level li elements in an nav to have a mega menu.

Not sure if this repo is being maintained at all any more, but thought I'd share.

gunzip commented 8 years ago

maybe this could be split and to just add the package.json in the meantime. i've got the same need, including as npm package :)

noahmanger commented 8 years ago

Good call. I just opened a new PR with just the package.json: https://github.com/adobe-accessibility/Accessible-Mega-Menu/pull/39

Closing this one.