$(function(){ $.get('/common/header.html',function(data){ $('#header').html(data); if (typeof(navid) != 'undefined' && navid) { $('.' + navid).children('a').addclass('active'); } }); $.get('/common/footer.html',function(data){ $('#footer').html(data); }); });