Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown JavaScript plugin.

Wrap the dropdown's trigger and the dropdown menu within .dropdown, or another element that declares position: relative;. Then add the menu's HTML.

{% highlight html %} {% endhighlight %}

Dropdown menus can be changed to expand upwards (instead of downwards) by adding .dropup to the parent.

{% highlight html %}
{% endhighlight %}