demos/index.html - fixed incorrect closing of H4 heading and added a H3 heading for widget previews.

This commit is contained in:
Ca-Phun Ung 2008-12-30 08:50:02 +00:00
parent fae9c64bd9
commit df653a0d82

View File

@ -21,9 +21,11 @@
jQuery(function($){
$('.left-nav a').click(function(ev){
var section = this.href.replace('/index.html','');
var header = section.replace(/.+\/([^\/]+)/,'$1');
$('td.normal div.normal')
.empty()
.append('<h4 class="demo-subheader">Functional demo:</div>')
.append('<h4 class="demo-subheader">Functional demo:</h4>')
.append('<h3 class="demo-header">'+ header +'</h3>')
.append('<div id="demo-config"></div>')
.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>')