Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js/knavbar.js
blob: e7d343f3ae990319d02e1de890f963878d65d641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//This code loads in html for knavbar into a <section>
//tag with the id="navigation"
$(document).ready(function(){    
    
    //updates the links in knavbar
    //specific to the context
    var modify = function(){
	
    };

    var foo = $('#navigation').load('chakra/kfoo.html #knavbar', modify);
    var x = 0;
});