aboutsummaryrefslogtreecommitdiffstats
path: root/demos/selectable
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-23 11:41:11 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-23 11:41:11 +0000
commitde95fefbf01c4361b4c6801e3de35ae3dc0757a9 (patch)
tree62f7b577713041fbf48010e166e5598634af5b9d /demos/selectable
parentc9359e3a3806e63b0fcfdea715bfb22ff461de28 (diff)
downloadjquery-ui-de95fefbf01c4361b4c6801e3de35ae3dc0757a9.tar.gz
jquery-ui-de95fefbf01c4361b4c6801e3de35ae3dc0757a9.zip
demos: added index page for each plugin subfolder
Diffstat (limited to 'demos/selectable')
-rw-r--r--demos/selectable/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/demos/selectable/index.html b/demos/selectable/index.html
new file mode 100644
index 000000000..10950ee96
--- /dev/null
+++ b/demos/selectable/index.html
@@ -0,0 +1,20 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <title>jQuery UI Selectable Demos</title>
+ <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript">
+ $(function() {
+
+ })
+ </script>
+</head>
+<body>
+
+<dl>
+ <dt>Selectable</dt>
+ <dd><a href="default.html">Default</a></dd>
+</dl>
+
+</body>
+</html>