trainingtrains Logo

91-9990449935

 0120-4256464

Bootstrap Dropdowns

Dropdown menus are toggleable, contextual menus, used for displaying links in a list format. It facilitates users to choose one value from a predefined list. This can be made interactive with the dropdown JavaScript plugin.

You have to wrap dropdown menu within the class .dropdown to create Bootstrap Dropdown.

Bootstrap Dropdown Example

Test it Now

Bootstrap Dropdown Divider

The class .divider is used to separate links inside the dropdown menu:

See this example:

Test it Now

Bootstrap Dropdown Header

The class .dropdown-header is used to add headers inside the dropdown menu.

See this example:

Test it Now

Bootstrap Dropdown: Disable an item

Use the class .disabled to disable an item in the dropdown menu.

See this example:

Test it Now
Next Topicbootstrap Collapse