Tutorial by Topics: dropdowns

For more information, visit the official Bootstrap documentation located at http://getbootstrap.com/javascript/#dropdowns, where the basic HTML usage example is derived from.
MethodsExampleCall Via Javascript$('.dropdown-toggle').dropdown();Toggles the dropdown$('.dropdown-toggle').dropdown('toggle')Event TypeDescriptionshow.bs.dropdownThis event fires immediately when the show instance method is called.shown.bs.dropdownThis event is fired when the dropdown has been mad...

Page 1 of 1