Skip to content

Instantly share code, notes, and snippets.

@nabettu
Created March 18, 2016 08:45
Show Gist options
  • Save nabettu/83c97327c128f3afd96f to your computer and use it in GitHub Desktop.
Save nabettu/83c97327c128f3afd96f to your computer and use it in GitHub Desktop.
よく使うやつ
$("#js-scrollBtn").on("click", function() {
$("html, body").stop().animate({
scrollTop: $("#js-scrollTarget").offset().top + "px"
}, 500);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment