Skip to content

Instantly share code, notes, and snippets.

@nickknissen
Created February 25, 2016 10:34
Show Gist options
  • Save nickknissen/6906d5754fd6ccf320b2 to your computer and use it in GitHub Desktop.
Save nickknissen/6906d5754fd6ccf320b2 to your computer and use it in GitHub Desktop.
// url = http://ceres.dk/beers/#2
if(window.location.hash) {
beerNumber = window.location.hash.split("#")[0];
$(".slick-slider").slick("goTo", parseInt(beerNumber, 10));
} else {
// do nothing
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment