From 217eb988b8b328369e197e616b3a7adf7b38292c Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Tue, 23 Jul 2013 23:50:23 -0700 Subject: =?UTF-8?q?add=20placement=20auto=20for=20tooltips=20+=20tests?= =?UTF-8?q?=E2=80=A6=20kinda=20sad=20about=20this=20doe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- javascript.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'javascript.html') diff --git a/javascript.html b/javascript.html index d39d9c321..72b37d4fb 100644 --- a/javascript.html +++ b/javascript.html @@ -797,7 +797,7 @@ $('#example').tooltip(options) placement string | function 'top' - how to position the tooltip - top | bottom | left | right + how to position the tooltip - top | bottom | left | right | auto.
When "auto" is specified, it will dynamically reorient the tooltip. For example, if placment is "auto left", the tooltip will display to the left when possible, otherwise it will display right. selector @@ -979,7 +979,7 @@ $('#example').tooltip(options) placement string | function 'right' - how to position the popover - top | bottom | left | right + how to position the popover - top | bottom | left | right | auto.
When "auto" is specified, it will dynamically reorient the popover. For example, if placment is "auto left", the tooltip will display to the left when possible, otherwise it will display right. selector -- cgit v1.2.3