$(function() { $.fn.scrollToTop = function() { $(this).hide().removeAttr("href"); if ($(window).scrollTop() != "0") { $(this).fadeIn("slow") } var scrollDiv = $(this); $(window).scroll(function() { if ($(window).scrollTop() == "0") { $(scrollDiv).fadeOut("slow") } else { $(scrollDiv).fadeIn("slow") } }); $(this).click(function() { $("html, body").animate({ scrollTop: 0 }, "slow") }) } }); $(function() { $("#btt").scrollToTop(); });

  1. animalsgrassland reblogged this from buzzfeedanimals
  2. gaiusmaro reblogged this from dolldear
  3. illusionsofwonderment reblogged this from furbygrave
  4. mickeymontana reblogged this from ninarinafofina
  5. novanoooox reblogged this from silly-ms-lily
  6. indianaandhan posted this