summaryrefslogtreecommitdiff
path: root/src/main/webapp/jquery-ui-1.9pre/demos/popup/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/jquery-ui-1.9pre/demos/popup/index.html')
-rw-r--r--src/main/webapp/jquery-ui-1.9pre/demos/popup/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/popup/index.html b/src/main/webapp/jquery-ui-1.9pre/demos/popup/index.html
new file mode 100644
index 0000000..6363624
--- /dev/null
+++ b/src/main/webapp/jquery-ui-1.9pre/demos/popup/index.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8" />
+ <title>jQuery UI Popup Demos</title>
+ <link 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="tooltip.html">Popup on hover (tooltip)</a></li>
+ <li><a href="animation.html">Popup - show/hide effects</a></li>
+ <li><a href="popup-menu.html">Menu's as popup</a></li>
+ <li><a href="popup-menu-table.html">Menu's as popup in a table</a></li>
+ </ul>
+ </div>
+</body>
+</html>