diff --git a/components.html b/components.html index 4c52d59f3d..7031647d63 100644 --- a/components.html +++ b/components.html @@ -1285,8 +1285,8 @@ body { padding-bottom: 70px; } -
- @@ -1405,8 +1405,8 @@ body { padding-bottom: 70px; } -Build on any alert by adding an optional .alert-dismissable
and close button.
<section>
should be wrapped as inline.
Use the generic close icon for dismissing content like modals and alerts.
Toggles the dropdown menu of a given navbar or tabbed navigation.
+ +Event Type | +Description | +
---|---|
show.bs.dropdown | +This event fires immediately when the show instance method is called. | +
shown.bs.dropdown | +This event is fired when the dropdown has been made visible to the user (will wait for CSS transitions, to complete). | +
hide.bs.dropdown | +This event is fired immediately when the hide instance method has been called. | +
hidden.bs.dropdown | +This event is fired when the dropdown has finished being hidden from the user (will wait for CSS transitions, to complete). | +
Add dismiss functionality to all alert messages with this plugin.
Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.
@@ -1167,7 +1200,7 @@ $('#myPopover').on('hidden.bs.popover', function () {
Just add data-dismiss="alert"
to your close button to automatically give an alert close functionality.