Created
June 13, 2016 11:25
-
-
Save Utopiah/5374ae5e90acada9f9225c8154461e5f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$( "#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