From 1211a8155e9357ddd747f7ecba800e460e72465d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 11 Nov 2014 21:16:34 -0800 Subject: JS docs: add Options, Methods, Events subsections to nav sidebar --- docs/_includes/js/dropdowns.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/_includes/js/dropdowns.html') diff --git a/docs/_includes/js/dropdowns.html b/docs/_includes/js/dropdowns.html index 826fe6c08..28b599309 100644 --- a/docs/_includes/js/dropdowns.html +++ b/docs/_includes/js/dropdowns.html @@ -155,14 +155,14 @@ $('.dropdown-toggle').dropdown()

Regardless of whether you call your dropdown via JavaScript or instead use the data-api, data-toggle="dropdown" is always required to be present on the dropdown's trigger element.

-

Options

+

None

-

Methods

+

$().dropdown('toggle')

Toggles the dropdown menu of a given navbar or tabbed navigation.

-

Events

+

All dropdown events are fired at the .dropdown-menu's parent element.

-- cgit v1.2.3