aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/demos/selectable/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/demos/selectable/index.html')
-rw-r--r--static/development-bundle/demos/selectable/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/development-bundle/demos/selectable/index.html b/static/development-bundle/demos/selectable/index.html
new file mode 100644
index 0000000..8429802
--- /dev/null
+++ b/static/development-bundle/demos/selectable/index.html
@@ -0,0 +1,19 @@
1<!doctype html>
2<html lang="en">
3<head>
4 <title>jQuery UI Selectable Demos</title>
5 <link type="text/css" href="../demos.css" rel="stylesheet" />
6</head>
7<body>
8
9<div class="demos-nav">
10 <h4>Examples</h4>
11 <ul>
12 <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
13 <li><a href="serialize.html">Serialize</a></li>
14 <li><a href="display-grid.html">Display as grid</a></li>
15 </ul>
16</div>
17
18</body>
19</html>