diff --git a/javascript.html b/javascript.html
index 8c1bd27af3..04b9d59459 100644
--- a/javascript.html
+++ b/javascript.html
@@ -316,19 +316,19 @@ $('#myModal').modal({
- show |
+ show.bs.modal |
This event fires immediately when the show instance method is called. |
- shown |
+ shown.bs.modal |
This event is fired when the modal has been made visible to the user (will wait for CSS transitions to complete). |
- hide |
+ hide.bs.modal |
This event is fired immediately when the hide instance method has been called. |
- hidden |
+ hidden.bs.modal |
This event is fired when the modal has finished being hidden from the user (will wait for CSS transitions to complete). |
@@ -595,7 +595,7 @@ $('[data-spy="scroll"]').each(function () {
- activate |
+ activate.bs.scrollspy |
This event fires whenever a new item becomes activated by the scrollspy. |
@@ -716,11 +716,11 @@ $('#myTab li:eq(2) a').tab('show'); // Select third tab (0-indexed)
- show |
+ show.bs.tab |
This event fires on tab show, but before the new tab has been shown. Use event.target and event.relatedTarget to target the active tab and the previous active tab (if available) respectively. |
- shown |
+ shown.bs.tab |
This event fires on tab show after a tab has been shown. Use event.target and event.relatedTarget to target the active tab and the previous active tab (if available) respectively. |
@@ -885,19 +885,19 @@ $('#example').tooltip(options)
- show |
+ show.bs.tooltip |
This event fires immediately when the show instance method is called. |
- shown |
+ shown.bs.tooltip |
This event is fired when the tooltip has been made visible to the user (will wait for CSS transitions to complete). |
- hide |
+ hide.bs.tooltip |
This event is fired immediately when the hide instance method has been called. |
- hidden |
+ hidden.bs.tooltip |
This event is fired when the tooltip has finished being hidden from the user (will wait for CSS transitions to complete). |
@@ -1109,19 +1109,19 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {
- show |
+ show.bs.popover |
This event fires immediately when the show instance method is called. |
- shown |
+ shown.bs.popover |
This event is fired when the popover has been made visible to the user (will wait for CSS transitions to complete). |
- hide |
+ hide.bs.popover |
This event is fired immediately when the hide instance method has been called. |
- hidden |
+ hidden.bs.popover |
This event is fired when the popover has finished being hidden from the user (will wait for CSS transitions to complete). |
@@ -1193,11 +1193,11 @@ $('#myPopover').on('hidden.bs.popover', function () {
- close |
+ close.bs.alert |
This event fires immediately when the close instance method is called. |
- closed |
+ closed.bs.alert |
This event is fired when the alert has been closed (will wait for CSS transitions to complete). |
@@ -1535,21 +1535,21 @@ $('#myCollapsible').collapse({
- show |
+ show.bs.collapse |
This event fires immediately when the show instance method is called. |
- shown |
+ shown.bs.collapse |
This event is fired when a collapse element has been made visible to the user (will wait for CSS transitions to complete). |
- hide |
+ hide.bs.collapse |
This event is fired immediately when the hide method has been called.
|
- hidden |
+ hidden.bs.collapse |
This event is fired when a collapse element has been hidden from the user (will wait for CSS transitions to complete). |
@@ -1766,11 +1766,11 @@ $('.carousel').carousel({
- slide |
+ slide.bs.carousel |
This event fires immediately when the slide instance method is invoked. |
- slid |
+ slid.bs.carousel |
This event is fired when the carousel has completed its slide transition. |