From 3909e6d89e01e4cd8777377c63037896bb95aa2f Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 25 Nov 2011 21:18:19 +0100 Subject: new jq layout --- .../jquery-ui-1.9pre/demos/tooltip/default.html | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/tooltip/default.html (limited to 'src/main/webapp/jquery-ui-1.9pre/demos/tooltip/default.html') diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/tooltip/default.html b/src/main/webapp/jquery-ui-1.9pre/demos/tooltip/default.html new file mode 100644 index 0000000..f594318 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/tooltip/default.html @@ -0,0 +1,47 @@ + + + + + jQuery UI Tooltip - Default functionality + + + + + + + + + + + + +
+ +

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 tooltips accordingly.

+

Tooltips are also useful for form elements, to show some additional information in the context of each field.

+

+

Hover the field to see the tooltip.

+ +
+ + + +
+

Hover the links above or use the tab key to cycle the focus on each element.

+
+ + + -- cgit v1.1