From 484d51ce4897e81c018786b4ecc1825d4c67ee3c Mon Sep 17 00:00:00 2001 From: fat Date: Sat, 17 Aug 2013 14:42:44 -0700 Subject: add doc comment for #9517 --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript.html') diff --git a/javascript.html b/javascript.html index 837d07d3a..ddef28e9e 100644 --- a/javascript.html +++ b/javascript.html @@ -1104,7 +1104,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () { string | false false -

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

+

Appends the popover to a specific element. Example: container: 'body'. This option is particularly useful inthat it allows you to position the popover in the flow of the document near the triggering element - which will prevent the popover from floating away from the triggering element during a window resize.

-- cgit v1.2.3 From a01b1dd71ac56667becb42d245213bf698d2cc36 Mon Sep 17 00:00:00 2001 From: fat Date: Sat, 17 Aug 2013 15:07:26 -0700 Subject: fixes #9585 --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript.html') diff --git a/javascript.html b/javascript.html index ddef28e9e..d229cc1d2 100644 --- a/javascript.html +++ b/javascript.html @@ -1903,7 +1903,7 @@ $('#myCarousel').on('slide.bs.carousel', function () { offset number | function | object 10 - Pixels to offset from screen when calculating position of scroll. If a single number is provided, the offset will be applied in both top and left directions. To provide a unique, bottom and top offset just provide an object offset: { top: 10 } or offset: { top: 10, bottom: 5 }. Use a function when you need to dynamically calculate an offset. + Pixels to offset from screen when calculating position of scroll. If a single number is provided, the offset will be applied in both top and bottom directions. To provide a unique, bottom and top offset just provide an object offset: { top: 10 } or offset: { top: 10, bottom: 5 }. Use a function when you need to dynamically calculate an offset. -- cgit v1.2.3 From 1d53dd31f5a6c9be04177e251756909847e6fc0a Mon Sep 17 00:00:00 2001 From: fat Date: Sat, 17 Aug 2013 15:48:29 -0700 Subject: add role=menu to html --- javascript.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'javascript.html') diff --git a/javascript.html b/javascript.html index d229cc1d2..6b7fc3fc3 100644 --- a/javascript.html +++ b/javascript.html @@ -541,8 +541,8 @@ $('#myDropdown').on('show.bs.dropdown', function () {
  • @fat
  • @mdo