Adding Scroll To Top function in Blogger/Blogspot using Jquery

1 · Subin Siby · Oct. 29, 2012, 1:27 p.m.
This Post will help you to add a Scroll To Top function in your Blogger Blog. Follow the steps given below. DEMO 1 – Go to Blogger -> Template -> Edit HTML  2 – Adding Codes. Add this script before if you haven’t added a script src of Jquery Library. Add this Code before tag. $(document).ready(function(){$("body").append("Back to Top "); $("#back-top").hide(); $(function () {$(window)....