From de31d5b16c2afc7fea4409b357d71e457cb9f8e6 Mon Sep 17 00:00:00 2001 From: Todd Parker Date: Mon, 5 Jan 2009 20:23:14 +0000 Subject: Added mockup of the link to view demo in a new window and the view source spindown that need to be added above and below the description under the iframe. Demo css updated with styles needed and made Trebuchet MS the font on all rules. --- demos/index.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'demos/index.html') diff --git a/demos/index.html b/demos/index.html index 8b8d9253e..7340a7077 100644 --- a/demos/index.html +++ b/demos/index.html @@ -160,7 +160,7 @@ function updateDemoNotes() { var notes = $('#demo-frame .demo-description'); if ($('#demo-notes').length == 0) { - $('
').insertAfter('#demo-config'); + $('
sdfdffd').insertAfter('#demo-config'); } $('#demo-notes').hide().empty().html(notes.html()); $('#demo-notes').fadeIn(); @@ -209,6 +209,21 @@

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.

+ + + + + + +

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.

+ +
+ View source +
+ + -- cgit v1.2.3