久久资源网

jquery制作非常可爱的火箭筒返回顶部_带动画效果的返回顶部按钮

jquery制作非常可爱的火箭筒返回顶部_带动画效果的返回顶部按钮

2013-10-14 13:21:20 提示框/浮动/弹出

售价:5.00积分 会员免费

特别声明:资源售价只是赞助,不代表代码或者素材本身点数。收取费用仅维持本站的日常运营所需!

jquery制作非常可爱的火箭筒返回顶部_带动画效果的返回顶部按钮

jquery星空火箭置顶,返回页面顶部,有动画效果

使用方法

1、head引入css文件

<style type="text/css">
body{background:url(images/blog7year_videobg.png);}

/* actGotop */
.actGotop{position:fixed;top:0;margin:480px 0 0 0;right:50px;width:150px;height:195px;display:none;}
*html .actGotop{position:absolute;top:expression(eval(document.documentElement.scrollTop));}
.actGotop a,.actGotop a:link{width:150px;height:195px;display:inline-block;background:url(images/blog7year_gotop.png) no-repeat;_background:url(images/blog7year_gotop.gif) no-repeat;outline:none;}
.actGotop a:hover{width:150px;height:195px;background:url(images/blog7year_gotopd.gif) no-repeat;outline:none;}
</style>

2、head引入js文件

<script type="text/javascript" src="js/jquery.min.js"></script>

3、body引入部分

<div class="actGotop"><a href="javascript:;" title="Top"></a></div>

<script type="text/javascript">
$(function(){	
	$(window).scroll(function() {		
		if($(window).scrollTop() >= 100){
			$('.actGotop').fadeIn(300); 
		}else{    
			$('.actGotop').fadeOut(300);    
		}  
	});
	$('.actGotop').click(function(){$('html,body').animate({scrollTop: '0px'}, 800);});	
});
</script>

资源出处:https://www.moyublog.com/codes/11818.html

关注微信