Skip to content

Instantly share code, notes, and snippets.

@gunaevart
Created May 28, 2018 11:56
Show Gist options
  • Save gunaevart/b0a9a510d9baa220ab3898f49ad5a4a6 to your computer and use it in GitHub Desktop.
Save gunaevart/b0a9a510d9baa220ab3898f49ad5a4a6 to your computer and use it in GitHub Desktop.
scroll top
$(function() {
$('.contacts__btn').click(function(){
$('html, body').animate({scrollTop:0}, 'slow');
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment