aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/staticfiles/plugins/jquery-ui/demos/dialog/index.html
diff options
context:
space:
mode:
Diffstat (limited to '97suifangqa/staticfiles/plugins/jquery-ui/demos/dialog/index.html')
-rw-r--r--97suifangqa/staticfiles/plugins/jquery-ui/demos/dialog/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/97suifangqa/staticfiles/plugins/jquery-ui/demos/dialog/index.html b/97suifangqa/staticfiles/plugins/jquery-ui/demos/dialog/index.html
new file mode 100644
index 0000000..6aaa3ec
--- /dev/null
+++ b/97suifangqa/staticfiles/plugins/jquery-ui/demos/dialog/index.html
@@ -0,0 +1,19 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>jQuery UI Dialog Demos</title>
+</head>
+<body>
+
+<ul>
+ <li><a href="default.html">Default functionality</a></li>
+ <li><a href="animated.html">Animated dialog</a></li>
+ <li><a href="modal.html">Modal dialog</a></li>
+ <li><a href="modal-message.html">Modal message</a></li>
+ <li><a href="modal-confirmation.html">Modal confirmation</a></li>
+ <li><a href="modal-form.html">Modal form</a></li>
+</ul>
+
+</body>
+</html>