From: Yohn Date: Sun, 23 Dec 2012 09:25:27 +0000 (-0500) Subject: Update docs/javascript.html X-Git-Tag: v2.3.0^2~63^2^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f152dead9216fc870c58cd4b272edc21c6545edc;p=thirdparty%2Fbootstrap.git Update docs/javascript.html --- diff --git a/docs/javascript.html b/docs/javascript.html index 95cd6d5e64..88197a5cc3 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -849,6 +849,15 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

Object structure is: delay: { show: 500, hide: 100 }

+ + container + string + '' + +

Usefull if your tooltip is within a btn-group or modal

+

Appends the tooltip to a specific element container: '#Modal'

+ +