Skip to content

Instantly share code, notes, and snippets.

$(".menu ul li").live('click', function(){
//show the loading bar
showLoading();
//load selected section
switch(this.id){
case "home":
navmenu.load("navmenu.html #zhome", hideLoading);
break;
case "our-team":
navmenu.load("navmenu.html #zour-team", hideLoading);
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
url = git@github.com:deckpeck/fisie.git
fetch = +refs/heads/*:refs/remotes/fisie/*
push = refs/heads/master:refs/heads/master