aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tooltip/index.html
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2010-03-21 22:28:32 +0100
committerjzaefferer <joern.zaefferer@gmail.com>2010-03-21 22:28:32 +0100
commit7dbf7ecfc1d01bd23de1fa2785d58b8451e64f56 (patch)
tree5df02cd7d76d1dcc7c1a3951677a181590da2bb6 /demos/tooltip/index.html
parent05e31932a0667a2b2659f1a443827f98f9a194a3 (diff)
downloadjquery-ui-7dbf7ecfc1d01bd23de1fa2785d58b8451e64f56.tar.gz
jquery-ui-7dbf7ecfc1d01bd23de1fa2785d58b8451e64f56.zip
Copying files from old Googlecode dev branch for tooltip
Diffstat (limited to 'demos/tooltip/index.html')
-rw-r--r--demos/tooltip/index.html21
1 files changed, 21 insertions, 0 deletions
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 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <title>jQuery UI Tooltip Demos</title>
+ <link type="text/css" href="../demos.css" rel="stylesheet" />
+</head>
+<body>
+
+<div class="demos-nav">
+ <h4>Examples</h4>
+ <ul>
+ <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
+ <!--
+ <li><a href="foo.html">Foo</a></li>
+ <li><a href="bar.html">Bar</a></li>
+ -->
+ </ul>
+</div>
+
+</body>
+</html>