Advertisement
KarachanStyler

AutoScroll

May 18th, 2019
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var autoscroll;$(document).ready(function(){$(".uinfo").before('[<input type="checkbox" class="as-box"/>Autoscroll] '),$(".as-box").change(function(){this.checked?autoscroll=setInterval(function(){var o=$(".postnew:last");o.length&&$("html, body").animate({scrollTop:o.offset().top},"slow")},1e3):clearInterval(autoscroll)})});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement