Back To Top And Go To Bottom Professional Jquery Widget For Blogger

Back To Top And Go To Bottom Professional Jquery Widget For Blogger in 2013

Back To Top And Go To Down Professional Jquery Widget For Blogger
Back To Top And Go To Down jquery buttons can be used to navigate readers/visitors to top and bottom of the blog page content.In older most of them using a widget back to top widget which is only useful to go to top of the page.But in with this widget you can navigate to top and bottom with smooth scrolling effect of jquery.This is a professional widget in all respect.This widget will be very useful especially in the main/Home page of your website,there are lot's of articles/posts or when an post is very rich content and comments and you want to go to the bottom of the page without using mouse scrolling then this will be very useful.These button have fade out and fade in effect.This means that when scrolling they will fade slightly and it's much fun for all of us.




You can see the live demo of this widget in our blog which is situated on the right side


Check This:



Installation Of This Widget In Blogger



Step 1: Go to template section in blogger and select edit html button

Step 2: Search (using CTRL + F) for the following piece of code in you template
]]></b:skin>

 Step 3: Just above this code, paste the code shown in below
/*-------------------www.protrickshub.in Widget Code Starts  ---------------*/
.button_up{
padding:7px; /* Distance between the border and the icon */
background-color:white;
border:1px solid #CCC; /* Border Color */
position:fixed;
background: white url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1xJjQKtUcnShT8InWwaKlYUo-Mf6pRNkwChRApetaRreKBm3r8ZgBvAWrGfsGeaxrQ_BQsKNFpgqqreXlzvqgB9AAEfljG-1mjbY5g1CaSaiweN9lTNrSadYAcgcuzpTNpRcgAXtMiAc/s16/arrow_up.png) no-repeat top left;
background-position:50% 50%;
width:20px; /* Button's width */
height:20px; /* Button's height */
bottom:280px; /* Distance from the bottom */
right:5px; /* Change right to left if you want the buttons on the left */
white-space:nowrap;
cursor: pointer;
border-radius: 3px 3px 3px 3px;
opacity:0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.button_down{
padding:7px; /* Distance between the border and the icon */
background-color:white;
border:1px solid #CCC; /* Border Color */
position:fixed;
background: white url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdw3GaIDTAP-V-LkFEcVz0tNwJRCc-0bRVtM-mn68dgCzUz7B54c8xbpeXi7rebudP4Zfg9myhXyn_J6g3jDT12_4bUKR0bH6f1dU-_9OMTIkKC5P08N-bfw1KPYmA9LRNPuFQfCs_Rdk/s16/arrow_down.png) no-repeat top left;
background-position:50% 50%;
width:20px; /* Button's width */
height:20px; /* Button's height */
bottom:242px; /* Distance from the bottom */
right:5px; /* Change right to left if you want the buttons on the left */
white-space:nowrap;
cursor: pointer;
border-radius: 3px 3px 3px 3px;
opacity:0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
/*-------------------www.protrickshub.in Widget Code Ends  ---------------*/

Check This:





Note:- 

* Codes marked in green color are some infoz that explains what styles you can modify.
* You can change the image of arrows by changing the URLs marked in blue.
*  If you want to change the background color of the buttons,change the white text with your color.
      
Step 4: After That search (using CTRL + F) for this code
</body>
Step 5: Just above it, paste the below code

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>

<div class='button_up' id='button_up' style='display:none;'/>
<div class='button_down' id='button_down' style='display:none;'/>

<script>
//<![CDATA[
(function(){var special=jQuery.event.special,uid1='D'+(+new Date()),uid2='D'+(+new Date()+1);special.scrollstart={setup:function(){var timer,handler=function(evt){var _self=this,_args=arguments;if(timer){clearTimeout(timer)}else{evt.type='scrollstart';jQuery.event.handle.apply(_self,_args)}timer=setTimeout(function(){timer=null},special.scrollstop.latency)};jQuery(this).bind('scroll',handler).data(uid1,handler)},teardown:function(){jQuery(this).unbind('scroll',jQuery(this).data(uid1))}};special.scrollstop={latency:300,setup:function(){var timer,handler=function(evt){var _self=this,_args=arguments;if(timer){clearTimeout(timer)}timer=setTimeout(function(){timer=null;evt.type='scrollstop';jQuery.event.handle.apply(_self,_args)},special.scrollstop.latency)};jQuery(this).bind('scroll',handler).data(uid2,handler)},teardown:function(){jQuery(this).unbind('scroll',jQuery(this).data(uid2))}}})();

$(function() {
var $elem = $('body');
$('#button_up').fadeIn('slow');
$('#button_down').fadeIn('slow');
$(window).bind('scrollstart', function(){
$('#button_up,#button_down').stop().animate({'opacity':'0.2'});
});
$(window).bind('scrollstop', function(){
$('#button_up,#button_down').stop().animate({'opacity':'1'});
});
$('#button_down').click(
function (e) {
$('html, body').animate({scrollTop: $elem.height()}, 800);
} );
$('#button_up').click(
function (e) {
$('html, body').animate({scrollTop: '0px'}, 800);
} );});
//]]>
</script>
Note:-

*In case,if you want to remove the "Back To Top",Just remove the 1st code with bolded  and to remove the "Go To Bottom" button,just remove the second code with bolded


Step 6: Save your template and view your blog and Enjoy.....

Final Words From A Pro Blogger

If you like my tutorial of Back To Top And Go To Bottom button widget,You can show your thanks/regards by liking our Facebook page or subscribing to our email alerts to keep in touch with us.Stay Close For more PRO Tricks.......

COMMENTS

Name

Ads,1,Adsense,1,Alexa,1,Announcement,2,Bing,1,Blogging,12,CSS,1,Guest Post,1,Jquery,2,Latest News,1,Make Money,6,Navigation Menu,1,Reviews,2,SEO,3,Traffic,3,Widgets,2,
ltr
item
Pro Tricks Hub : Blogging Tips | SEO Tips | Blogger Widgets | Tricks | Online Earnings | Pro Tricks: Back To Top And Go To Bottom Professional Jquery Widget For Blogger
Back To Top And Go To Bottom Professional Jquery Widget For Blogger
Back To Top And Go To Bottom Professional Jquery Widget For Blogger in 2013
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAIve_SmFwZzxbcMUkHGhszthlV7n_xI_tD-11CUNANCnK0VgqTZ9Ek0hua3ziVpAl19mk4szIIOTFTHxodFJnivU-6WH_Ry6k2q6nnB_C8_DIElbM6qpd5mFlyrEB9SAKpgtimHgmcuI/s400/Back+To+Top+And+Go+To+Down+Widget+For+Blogger.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAIve_SmFwZzxbcMUkHGhszthlV7n_xI_tD-11CUNANCnK0VgqTZ9Ek0hua3ziVpAl19mk4szIIOTFTHxodFJnivU-6WH_Ry6k2q6nnB_C8_DIElbM6qpd5mFlyrEB9SAKpgtimHgmcuI/s72-c/Back+To+Top+And+Go+To+Down+Widget+For+Blogger.jpg
Pro Tricks Hub : Blogging Tips | SEO Tips | Blogger Widgets | Tricks | Online Earnings | Pro Tricks
http://protrickshub.blogspot.com/2013/07/back-to-top-and-go-to-bottom.html
http://protrickshub.blogspot.com/
http://protrickshub.blogspot.com/
http://protrickshub.blogspot.com/2013/07/back-to-top-and-go-to-bottom.html
true
4536040197374656924
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy