From: Chris Rebert Date: Fri, 23 Aug 2013 18:08:37 +0000 (-0700) Subject: tweak #10081 phrasing X-Git-Tag: v3.0.1~152^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d7294238427f23a9110f9e00aaa4f7a79222a5f;p=thirdparty%2Fbootstrap.git tweak #10081 phrasing --- diff --git a/javascript.html b/javascript.html index 07d528a170..0dffa5db8d 100644 --- a/javascript.html +++ b/javascript.html @@ -804,10 +804,9 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {

Tooltips in button groups and input groups require special setting

When using tooltips on elements within a .btn-group or an .input-group, you'll have to specify the option container: 'body' (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip is triggered).

-
-

Tooltips on disabled elements require placing the tooltip on an outer element instead

-

If you'd like to add a tooltip to a disabled element, place the element inside of a <div> or <span> and apply the tooltip to that element instead.

+

Tooltips on disabled elements require wrapper elements

+

To add a tooltip to a disabled or .disabled element, put the element inside of a <div> or <span>, and apply the tooltip to that element instead.

Usage