Adds 2nd-level navigation to the Bootstrap Dropdown plugin
This is very much a work in progress, and was build for Bootstrap 2.0. Bootstrap 2.1 now supports the popover natively :)
- First, you need Bootstrap
- Second, you also need the Bootstrap Dropdown plugin
- The li dropdown element that you want a popover element for, add class "popout"
- The anchor within that li should have class "popout-toggle"
- The ul within that li should have class "popout-menu"