aboutsummaryrefslogtreecommitdiffstats
path: root/demos/index.html
diff options
context:
space:
mode:
authorCa-Phun Ung <pazu2k@gmail.com>2008-12-30 09:53:45 +0000
committerCa-Phun Ung <pazu2k@gmail.com>2008-12-30 09:53:45 +0000
commite9bb4f54810e1cf09a96bce67b156bec793f6ec6 (patch)
tree425e5b2b0bfc74a6a441a2c2439033074752eb14 /demos/index.html
parentc44cdb449b1e7991865f98cb7d4eea858bd20a57 (diff)
downloadjquery-ui-e9bb4f54810e1cf09a96bce67b156bec793f6ec6.tar.gz
jquery-ui-e9bb4f54810e1cf09a96bce67b156bec793f6ec6.zip
updated accordion and datepicker markup. changed demos/index.html so it looks for .demos-nav rather than #container within individual widget demo indexes.
Diffstat (limited to 'demos/index.html')
-rw-r--r--demos/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/index.html b/demos/index.html
index e26cc48c3..8a0626910 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -30,7 +30,7 @@
.find('#demo-config')
.append('<iframe id="demo-frame" name="demo-frame" width="520" height="314" scrolling="auto" frameborder="0" src="'+ section +'/default.html"></iframe><div id="demo-config-menu"></div>')
.find('#demo-config-menu')
- .load(this.href + ' #container', function(){
+ .load(this.href + ' .demos-nav', function(){
$('#demo-config-menu a').each(function(){
this.setAttribute('href', section + '/' + this.getAttribute('href'));
$(this).attr('target', 'demo-frame');