danteoh / Bootstrap-Popover

Adds 2nd-level navigation to the Bootstrap Dropdown plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Adds 2nd-level navigation to the Bootstrap Dropdown plugin


Languages

Language:JavaScript 100.0%