diff --git a/javascript.html b/javascript.html index e9f14ee86f..eaceadab36 100644 --- a/javascript.html +++ b/javascript.html @@ -823,7 +823,7 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {

Opt-in functionality

-

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

+

For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning you must initialize them yourself.

Tooltips in button groups and input groups require special setting

@@ -993,7 +993,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {

Opt-in functionality

-

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

+

For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning you must initialize them yourself.

Popovers in button groups and input groups require special setting