Author longcuntPosted on September 29, 2017September 30, 2017 just so horny September 29, 2017 4:56 pm GMT -5 Author: longcunt Programmer, death metal enthusiast, always... ALWAYS horny View all posts by longcunt (3 votes, average: 5.00 out of 5)Loading...
Hey Garciuh, could we maybe get a “Go to Top” button? I like to use jQuery one for example: <a href=”#imghdr” title=”Back To Top”>^</a> <script> $(“a[href=’#imghdr’]”).click(function() { $(“html, body”).animate({ scrollTop: 0 }, 3000, “swing”); return false; }); </script> Log in to Reply
Hey Garciuh, could we maybe get a “Go to Top” button? I like to use jQuery one for example:
<a href=”#imghdr” title=”Back To Top”>^</a>
<script>
$(“a[href=’#imghdr’]”).click(function() {
$(“html, body”).animate({ scrollTop: 0 }, 3000, “swing”);
return false;
});
</script>
Sure, added in lower right now