AlkantarClanX12

Your IP : 3.138.125.86


Current Path : /home/thanudqk/www/wordpress_leaderboard/wp-content/themes/fast-press/js/
Upload File :
Current File : //home/thanudqk/www/wordpress_leaderboard/wp-content/themes/fast-press/js/to-top.js

		jQuery("body").ready(function($){
			$(window).on("scroll",function () {
			if ( $(this).scrollTop() > 500 )
				$("#totop").fadeIn();
				else
				$("#totop").fadeOut();
			});
			$("#totop").on("click",function () {
				$("body,html").animate({ scrollTop: 0 }, 800 );
				return false;
			});
		});