From 7dbf7ecfc1d01bd23de1fa2785d58b8451e64f56 Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Sun, 21 Mar 2010 22:28:32 +0100 Subject: Copying files from old Googlecode dev branch for tooltip --- demos/tooltip/default.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++ demos/tooltip/index.html | 21 ++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 demos/tooltip/default.html create mode 100644 demos/tooltip/index.html (limited to 'demos/tooltip') diff --git a/demos/tooltip/default.html b/demos/tooltip/default.html new file mode 100644 index 000000000..28c781b45 --- /dev/null +++ b/demos/tooltip/default.html @@ -0,0 +1,48 @@ + + + + jQuery UI Tooltip - Default demo + + + + + + + + + + + + +
+ +

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.

+ +
+ + + + + diff --git a/demos/tooltip/index.html b/demos/tooltip/index.html new file mode 100644 index 000000000..ed5cd10e5 --- /dev/null +++ b/demos/tooltip/index.html @@ -0,0 +1,21 @@ + + + + jQuery UI Tooltip Demos + + + + +
+

Examples

+ +
+ + + -- cgit v1.2.3