From fdd1daeae113fde24391ca4c58d46c29b3871fd9 Mon Sep 17 00:00:00 2001 From: Yohn Date: Sun, 13 Jan 2013 15:21:31 -0500 Subject: [PATCH] added container options to docs for popover --- docs/javascript.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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'

+ +