aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/spinner/index.html')
-rw-r--r--demos/spinner/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/demos/spinner/index.html b/demos/spinner/index.html
new file mode 100644
index 000000000..6d7b980bd
--- /dev/null
+++ b/demos/spinner/index.html
@@ -0,0 +1,20 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <title>jQuery UI Spinner 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="donation.html">Donation</a></li>
+ <li><a href="hexadecimal.html">Hexadecimal</a></li>
+ <li><a href="latlong.html">Map</a></li>
+ <li><a href="mousewheel-disabled.html">Mousewheel Disabled</a></li>
+ <li><a href="rtl.html">RTL</a></li>
+ </ul>
+ </div>
+</body>
+</html>