diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-08 05:39:38 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-08 05:39:38 +0000 |
commit | c3d9d6261c56fdfbc77f86fd4f276bdfef0fbfa1 (patch) | |
tree | 90e3ab469926e326b8720a5304b15dbbf32c2559 /demos/index.html | |
parent | c333dade688d47b9f54c63ab792e334b9793c6fa (diff) | |
download | jquery-ui-c3d9d6261c56fdfbc77f86fd4f276bdfef0fbfa1.tar.gz jquery-ui-c3d9d6261c56fdfbc77f86fd4f276bdfef0fbfa1.zip |
temporarily switched back to 1.2.6
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/demos/index.html b/demos/index.html index fea9abd60..1f3884fb6 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.3pre.js"></script> + <script type="text/javascript" src="../jquery-1.2.6.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,20 +212,6 @@ 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> |