Skip to content

Instantly share code, notes, and snippets.

@ingozoell
Last active July 4, 2016 12:49
Show Gist options
  • Save ingozoell/73200bf24dea93485737b238b19aa8da to your computer and use it in GitHub Desktop.
Save ingozoell/73200bf24dea93485737b238b19aa8da to your computer and use it in GitHub Desktop.
#primary-menu li {
cursor: pointer;
}
/* Klickbare LI */
$("#primary-menu li").click(function(){
window.location=$(this).find("a").attr("href");
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment