From e3f3542d0b57fdcea0fbff2858b610f85a988d1d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 6 Feb 2013 17:25:58 -0800 Subject: Fixes #6823: add some docs notes about tooltips in input groups --- docs/templates/pages/javascript.mustache | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/templates/pages/javascript.mustache') diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 9a08a50b3..744988f4b 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -715,6 +715,9 @@ $('a[data-toggle="tab"]').on('shown', function (e) { {{! /example }} +

{{_i}}Tooltips in input groups{{/i}}

+

{{_i}}When using tooltips and popovers with the Bootstrap input groups, you'll have to set the container (documented below) option to avoid unwanted side effects.{{/i}}

+
-- cgit v1.2.3