diff options
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 16 |
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> |