Demos
Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown JavaScript plugin.
Basic Dropdowns
Wrap the dropdown's trigger and the dropdown menu within .dropdown, or another element that declares position: relative;. Then add the menu's HTML.
Single Button Dropdowns
Turn a button into a dropdown toggle with some basic markup changes.
Flat Button Dropdowns
Turn a flat button into a dropdown toggle with some basic markup changes.
Split Button Dropdowns
Similarly, create split button dropdowns with the same markup changes, only with a separate button.