diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 5d0083c2d5..5f7a919dea 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/javascript.html b/docs/javascript.html index 97dfc54a22..395394d027 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -773,6 +773,9 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
For performance reasons, the Tooltip and Popover data-apis are opt in. If you would like to use them just specify a selector option.
++<a href="#" rel="tooltip" title="first tooltip">hover over me</a> +
Attaches a tooltip handler to an element collection.
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 815aa7f033..c24626f8a3 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -698,7 +698,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {{{_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}}
-<a href="#" rel="tooltip" title="first tooltip">{{_i}}hover over me{{/i}}</a> +<a href="#" rel="tooltip" title="{{_i}}first tooltip{{/i}}">{{_i}}hover over me{{/i}}</a>