diff --git a/docs/javascript.html b/docs/javascript.html index 06aba5156e..472285cc92 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -646,7 +646,6 @@ $('#myModal').on('hidden', function () { $('.tabs a:last').tab('show') }) </script> -

Events

@@ -753,7 +752,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
-

Notice Individual tooltip instance options can alternatively be specified through the use of data attributes.

+

Notice Individual tooltip instance options can alternatively be specified through the use of data attributes.

Markup

For performance reasons, the Tooltip and Popover data-apis are opt in. If you would like to use them just specify a selector option.

Methods

@@ -853,7 +852,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { -

Notice Individual popover instance options can alternatively be specified through the use of data attributes.

+

Notice Individual popover instance options can alternatively be specified through the use of data attributes.

Markup

For performance reasons, the Tooltip and Popover data-apis are opt in. If you would like to use them just specify a the selector option. @@ -1310,7 +1309,6 @@ $('.myCarousel').carousel({ slid This event is fired when the carousel has completed it's slide transition. - diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 97e6da9ef6..9fd431f2fd 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -586,7 +586,6 @@ $('#myModal').on('hidden', function () { $('.tabs a:last').tab('show') }) </script> -

{{_i}}Events{{/i}}

@@ -693,7 +692,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
-

{{_i}}Notice Individual tooltip instance options can alternatively be specified through the use of data attributes.{{/i}}

+

{{_i}}Notice Individual tooltip instance options can alternatively be specified through the use of data attributes.{{/i}}

{{_i}}Markup{{/i}}

{{_i}}For performance reasons, the Tooltip and Popover data-apis are opt in. If you would like to use them just specify a selector option.{{/i}}

{{_i}}Methods{{/i}}

@@ -793,7 +792,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { -

{{_i}}Notice Individual popover instance options can alternatively be specified through the use of data attributes.{{/i}}

+

{{_i}}Notice Individual popover instance options can alternatively be specified through the use of data attributes.{{/i}}

{{_i}}Markup{{/i}}

{{_i}}For performance reasons, the Tooltip and Popover data-apis are opt in. If you would like to use them just specify a the selector option.{{/i}} @@ -1250,7 +1249,6 @@ $('.myCarousel').carousel({ {{_i}}slid{{/i}} {{_i}}This event is fired when the carousel has completed it's slide transition.{{/i}} -