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

+ +
-- cgit v1.2.3 From a23eb065365e1c5d9d89f20506565d78db78d961 Mon Sep 17 00:00:00 2001 From: Yohn Date: Sun, 13 Jan 2013 15:32:51 -0500 Subject: fix typo --- docs/javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index a17ccd4ef..a2897fa3c 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1028,7 +1028,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { string | false false -

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

+

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

-- cgit v1.2.3 From f9ee99cf6febd0b59ee95aa1866a3c1eb5c61320 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 14 Jan 2013 00:11:55 -0800 Subject: Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNing --- docs/javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 80500b18e..98a17ab1f 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -15,7 +15,7 @@ -- cgit v1.2.3