aboutsummaryrefslogtreecommitdiffstats
path: root/demos/index.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2010-03-18 10:48:29 +0000
committerRichard Worth <rdworth@gmail.com>2010-03-18 10:48:29 +0000
commitdf4f72a5cb32d06da74014fd4ff7b319f64d5256 (patch)
treeed33f24803f2cf36104e84859027ff5a561d4de7 /demos/index.html
parent2dd8539664f0ed48417caab8474f7c0ed18da326 (diff)
downloadjquery-ui-df4f72a5cb32d06da74014fd4ff7b319f64d5256.tar.gz
jquery-ui-df4f72a5cb32d06da74014fd4ff7b319f64d5256.zip
demos index: put effects in a more logical order
Diffstat (limited to 'demos/index.html')
-rw-r--r--demos/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/index.html b/demos/index.html
index 6e7f6bd2e..3b8c9669e 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -273,11 +273,11 @@
<dd><a href="removeClass/index.html">Remove Class</a></dd>
<dd><a href="switchClass/index.html">Switch Class</a></dd>
<dd><a href="toggleClass/index.html">Toggle Class</a></dd>
- <dd><a href="show/index.html">Show</a></dd>
- <dd><a href="hide/index.html">Hide</a></dd>
- <dd><a href="toggle/index.html">Toggle</a></dd>
<dd><a href="animate/index.html">Animate</a></dd>
<dd><a href="effect/index.html">Effect</a></dd>
+ <dd><a href="toggle/index.html">Toggle</a></dd>
+ <dd><a href="hide/index.html">Hide</a></dd>
+ <dd><a href="show/index.html">Show</a></dd>
<dt>Utilities</dt>
<dd><a href="position/index.html">Position</a></dd>
<dt>About jQuery UI</dt>