diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 57cb4eac42..c98e746c8b 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -697,6 +697,9 @@ $('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> +
{{_i}}Attaches a tooltip handler to an element collection.{{/i}}