Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 1.59 KB

README.md

File metadata and controls

50 lines (44 loc) · 1.59 KB

Bootstrap-Popover

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 :)

HTML Structure

Getting Started

  • 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"