From: jzaefferer
Date: Thu, 8 Apr 2010 21:21:47 +0000 (+0200)
Subject: The accidental merge of tooltip into master was reverted in master, that revert got...
X-Git-Tag: 1.9m1~2^2~8
X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6204e1a3c4197d4c612e786337ee371295364ee2;p=jquery-ui.git
The accidental merge of tooltip into master was reverted in master, that revert got merged back into tooltip; now reverting that revert to get the tooltip stuff back, should then make it easy to merge into master once tooltip is done
---
diff --git a/demos/index.html b/demos/index.html
index db3e2bf83..c9f690921 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -25,6 +25,7 @@
+
@@ -268,6 +269,7 @@
Tooltips can be attached to any element. When you hover
+ the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.
+
+
But as it's not a native tooltip, it can be styled. Any themes built with
+ ThemeRoller
+ will also style tooltip's accordingly.
+
Tooltip's are also useful for form elements, to show some additional information in the context of each field.
+
+
Click the field to see the tooltip; when you tab out of the field, it gets hidden.
+
+
+
+
+
+
+
+
Hover the links above or use the tab key to cycle the focus on each element.
Tooltips can be attached to any element. When you hover
+ the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.
+
+
But as it's not a native tooltip, it can be styled. Any themes built with
+ ThemeRoller
+ will also style tooltip's accordingly.
+
Tooltip's are also useful for form elements, to show some additional information in the context of each field.
+
+
Click the field to see the tooltip; when you tab out of the field, it gets hidden.
+
+
+
+
+
+
+
+
Here the tooltips are positioned relative to the mouse, and follow the mouse while it moves above the element.