Created
May 28, 2018 11:56
-
-
Save gunaevart/b0a9a510d9baa220ab3898f49ad5a4a6 to your computer and use it in GitHub Desktop.
scroll top
This file contains hidden or 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
$(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