Guest User

Untitled

a guest
Nov 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $(function() {
  2. $('#back-top a').click(function () {
  3. $('body,html').animate({
  4. scrollTop: 0
  5. }, 800);
  6. return false;
  7. });
  8. });
Add Comment
Please, Sign In to add comment