Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js/knavbar.js.~2~
diff options
context:
space:
mode:
Diffstat (limited to 'js/knavbar.js.~2~')
-rw-r--r--js/knavbar.js.~2~10
1 files changed, 10 insertions, 0 deletions
diff --git a/js/knavbar.js.~2~ b/js/knavbar.js.~2~
new file mode 100644
index 0000000..96c31f2
--- /dev/null
+++ b/js/knavbar.js.~2~
@@ -0,0 +1,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
+
+
+
+}); \ No newline at end of file