aboutsummaryrefslogtreecommitdiffstats
path: root/demos/index.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-08 05:44:34 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-08 05:44:34 +0000
commit9c3105200ebda034e7a3fa74b9ac4f71e217c9af (patch)
tree61eca278d2b1b42fd15e4e606ae52ef3e4f56b21 /demos/index.html
parentc3d9d6261c56fdfbc77f86fd4f276bdfef0fbfa1 (diff)
downloadjquery-ui-9c3105200ebda034e7a3fa74b9ac4f71e217c9af.tar.gz
jquery-ui-9c3105200ebda034e7a3fa74b9ac4f71e217c9af.zip
reverted r1544 (it was temporary)
Diffstat (limited to 'demos/index.html')
-rw-r--r--demos/index.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/demos/index.html b/demos/index.html
index 1f3884fb6..fea9abd60 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -6,7 +6,7 @@
<title>jQuery UI Demos</title>
<link type="text/css" href="../themes/base/ui.all.css" rel="stylesheet" />
<link type="text/css" href="demos.css" rel="stylesheet" />
- <script type="text/javascript" src="../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../ui/ui.core.js"></script>
<script type="text/javascript" src="../ui/ui.accordion.js"></script>
<script type="text/javascript" src="../ui/ui.datepicker.js"></script>
@@ -212,6 +212,20 @@
These demos showcase some common uses of each jQuery UI plugin. Simply copy and paste code from the demos to get started. Have fun playing with them.
</p>
+
+ <iframe></iframe>
+
+ <div id="demo-link">
+ <a href="foo" class="demoWindowLink"><span class="ui-icon ui-icon-newwin"></span>Open demo in a new window</a>
+ </div>
+
+ <p>The description for the demo goes here, below the link to open the demo in a new window. The description for the demo goes here, below the link to open the demo in a new window. The description for the demo goes here, below the link to open the demo in a new window.</p>
+
+ <div id="demo-source">
+ <a href="#" class="source-closed">View source</a><!-- change the class to "source-open" when code is visible -->
+ </div>
+
+
<?php } ?>
</div>