Scroll or Back to Top Button Using jQuery For Blogger Blogs
Scroll to top button is a link which appears to bottom of the page on clicking it the webpage scrolls back to top in beautiful manner.The Best thing is that it floats with page.And only appears when you are in middle or at bottom of page.Obviously we are using jQuery to make it more interesting.
Installation:
Step 1:
Login to your Blogger account Click Layout Then Edit HTML Now check Expand Widget Templates
Step 2;
Search for a code </head> And replace it with
</head>
Then save template! Its Done
Extra Info : )
1) You can change Back to Top Text
2) You can place </body><a href='#top'>Back to Top</a> Code any where on page
Installation:
Step 1:
Login to your Blogger account Click Layout Then Edit HTML Now check Expand Widget Templates
Step 2;
Search for a code </head> And replace it with
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/> <script src='http://bloggerplugnplay-files.bravehost.com/scrolltopcontrol.js' type='text/javascript'> </script>
</head>
Then save template! Its Done
Extra Info : )
1) You can change Back to Top Text
2) You can place </body><a href='#top'>Back to Top</a> Code any where on page
thanks
ReplyDelete