From e9bb4f54810e1cf09a96bce67b156bec793f6ec6 Mon Sep 17 00:00:00 2001 From: Ca-Phun Ung Date: Tue, 30 Dec 2008 09:53:45 +0000 Subject: updated accordion and datepicker markup. changed demos/index.html so it looks for .demos-nav rather than #container within individual widget demo indexes. --- demos/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/index.html') 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('
') .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'); -- cgit v1.2.3