jQuery Bootstrap-style Dropdowns
Copyright A Beautiful Site, LLC
Licensed under the MIT license: http://opensource.org/licenses/MIT
One of my favorite Boostrap plugins is dropdowns, but I had a bit of difficulty getting started with them. The docs say you can apply a dropdown to nearly any element, but they really seem to work best with Bootstrap’s navbar, tab, and pill components. Since I was retrofitting an app that was around long before Bootstrap, this wasn’t going to work for me. That and I was hoping to get a scrollable dropdown (with tips!) and a few other features out of the deal. Thus, this plugin was born.While the appearance of these dropdowns is almost identical to those of Bootstrap’s, it’s important to note that JavaScript for this plugin was developed entirely from scratch. Some CSS was borrowed, however, especially for generating those gorgeous tips.
Bootstrap MenusCopyright A Beautiful Site, LLC
Licensed under the MIT license: http://opensource.org/licenses/MIT