Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js/knavbar.js.~2~
blob: 96c31f2803f6f9f1a772476b06d81a91034310d9 (plain)
1
2
3
4
5
6
7
8
9
10
//This code loads in html for knavbar into a <section>
//tag with the id="navigation"
$(document).ready(function(){
    $('#navigation').load('chakra/knavbar.html #knavbar');
    
    //set chakra to foo
    


});