From 00fdd8bcd9f9e771da46552e7b6fe11c867c9eb9 Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Thu, 1 Apr 2010 09:33:25 +0200 Subject: Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui" This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing changes made to ab8d15521785e764a6bf47beee0cfd18929607d3. Need to revert this revert later on when actually merging the tooltip branch into master. --- demos/index.html | 2 -- demos/tooltip/default.html | 48 ------------------------------- demos/tooltip/forms.html | 69 --------------------------------------------- demos/tooltip/index.html | 21 -------------- demos/tooltip/tracking.html | 65 ------------------------------------------ 5 files changed, 205 deletions(-) delete mode 100644 demos/tooltip/default.html delete mode 100644 demos/tooltip/forms.html delete mode 100644 demos/tooltip/index.html delete mode 100644 demos/tooltip/tracking.html (limited to 'demos') diff --git a/demos/index.html b/demos/index.html index c9f690921..db3e2bf83 100644 --- a/demos/index.html +++ b/demos/index.html @@ -25,7 +25,6 @@ - @@ -269,7 +268,6 @@
Progressbar
Slider
Tabs
-
Tooltip
Effects
Color Animation
Toggle Class
diff --git a/demos/tooltip/default.html b/demos/tooltip/default.html deleted file mode 100644 index 22dac4f90..000000000 --- a/demos/tooltip/default.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - 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/forms.html b/demos/tooltip/forms.html deleted file mode 100644 index 626161d6e..000000000 --- a/demos/tooltip/forms.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - jQuery UI Tooltip - Default demo - - - - - - - - - - - - - -
- -
-
-
- - - ? -
-
- - - ? -
-
- - - ? -
-
-
- -
- - - -
- -

Hover the questionmark-buttons or use the button below to display the help texts all at once. Click again to hide them.

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

Examples

- -
- - - diff --git a/demos/tooltip/tracking.html b/demos/tooltip/tracking.html deleted file mode 100644 index 9af4d0d09..000000000 --- a/demos/tooltip/tracking.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - 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.

- -
- - - -
- -

Here the tooltips are positioned relative to the mouse, and follow the mouse while it moves above the element.

- -
- - - - - -- cgit v1.2.3