$(function() { $(window).scroll(function() { if($(this).scrollTop() != 0) { $('#toTop').fadeIn(); } else { $('#toTop').fadeOut(); } }); $('#toTop').click(function() { $('body,html').animate({scrollTop:0},800); }); });

.

  1. eldritchloverr reblogged this from hhellgirll
  2. lightwingeddove reblogged this from zyroxene
  3. 0pandalanda0 reblogged this from 0pandalanda0
  4. ed-nygma reblogged this from zyroxene
  5. cherricuddler reblogged this from p-eachla
  6. compulsionlove reblogged this from zyroxene
  7. twinangelcities reblogged this from listenlovelivelaugh
  8. viotflux reblogged this from seraphicharms
  9. zyroxene posted this
<