Skip to content

Instantly share code, notes, and snippets.

@Utopiah
Created June 13, 2016 11:25
Show Gist options
  • Save Utopiah/5374ae5e90acada9f9225c8154461e5f to your computer and use it in GitHub Desktop.
Save Utopiah/5374ae5e90acada9f9225c8154461e5f to your computer and use it in GitHub Desktop.
$( "#fp-nav > ul > li > div" ).each(function(index){
$(this).click(function() { document.location.href=$(this).parent().children(0).get(0).hash; });
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment