aboutsummaryrefslogtreecommitdiffstats
path: root/tests/all.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-06-21 10:09:23 +0000
committerRichard Worth <rdworth@gmail.com>2008-06-21 10:09:23 +0000
commitcad08b6315d15c5affabb6d7bcf347e575c2be80 (patch)
tree83b978de2c7fa36003c4044906aca84aa71bf53a /tests/all.html
parent284d427bb2b3971aa75759b0cde4f7fa998c7781 (diff)
downloadjquery-ui-cad08b6315d15c5affabb6d7bcf347e575c2be80.tar.gz
jquery-ui-cad08b6315d15c5affabb6d7bcf347e575c2be80.zip
tests all - added sortable
Diffstat (limited to 'tests/all.html')
-rw-r--r--tests/all.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/all.html b/tests/all.html
index 539715770..ad46f8729 100644
--- a/tests/all.html
+++ b/tests/all.html
@@ -27,6 +27,7 @@
<script type="text/javascript" src="resizable.js"></script>
<script type="text/javascript" src="selectable.js"></script>
<script type="text/javascript" src="slider.js"></script>
+ <script type="text/javascript" src="sortable.js"></script>
<style type="text/css">
.xerror, .error { display: none }
@@ -215,6 +216,14 @@
<li>Item 5</li>
</ul>
+ <ul id="sortable">
+ <li>Item 1</li>
+ <li>Item 2</li>
+ <li>Item 3</li>
+ <li>Item 4</li>
+ <li>Item 5</li>
+ </ul>
+
</div>
</body>
</html> \ No newline at end of file