From: Yohn Date: Sun, 13 Jan 2013 20:21:31 +0000 (-0500) Subject: added container options to docs for popover X-Git-Tag: v2.3.0^2~34^2^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fdd1daeae113fde24391ca4c58d46c29b3871fd9;p=thirdparty%2Fbootstrap.git added container options to docs for popover --- diff --git a/docs/javascript.html b/docs/javascript.html index 80500b18e5..a17ccd4ef7 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1023,6 +1023,14 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

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

+ + container + string | false + false + +

Appends the tooltip to a specific element container: 'body'

+ +