Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CB9TOIIIA/304a6a7565b81dff072c4303575880a8 to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/304a6a7565b81dff072c4303575880a8 to your computer and use it in GitHub Desktop.
Переход к якорю без клика
window.hashName = window.location.hash;
$(window).load(function () {
$('html, body').animate({scrollTop: $(window.hashName).offset().top}, 2000);
return false;});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment