A5下载 - 努力做内容最丰富最安全的下载站!

A5站长下载站

当前位置:A5下载 > 编程开发 > 网站开发 > 基于jQuery实现返回顶部实例代码

基于jQuery实现返回顶部实例代码

时间:2016-01-04 08:53作者:fang人气:204

效果图展示如下所示:

基于jQuery实现返回顶部实例代码

使用方法:

只需引用jQuery库和YesTop插件,然后一句代码就可以实现返回顶部:

引用代码:

<script type="text/javascript" src="http://hovertree.com/ziyuan/jquery/jquery-1.11.3.min.js"></script>

<script type="text/javascript" src="http://hovertree.com/texiao/yestop/inc/jquery.yestop.js"></script>

使用代码:

<script type="text/javascript">

$(document).ready(function () { $.fn.yestop(); })

</script>

也就是:

$.fn.yestop();

这句代码就可以了。

当然还有高级的设置,如换图片,设置图标为圆形,设置位置,设置时间等等。详情请查看其他Demo。

完整代码,保存到HTML文件就可以体验效果:

<!DOCTYPE html>

<html>

<head><meta charset="UTF-8">

<title>YesTop - HoverTree</title><meta name="viewport" content="width=device-width, initial-scale=1.0">

<script type="text/javascript" src="http://hovertree.com/ziyuan/jquery/jquery-1.11.3.min.js"></script>

<script type="text/javascript" src="http://hovertree.com/texiao/yestop/inc/jquery.yestop.js"></script>

<style>

body {

margin: 0px;font-family:Arial

}a{color:blue}

</style>

</head>

<body>

<div style="text-align:center;width:100%;margin:0px auto;">

<h1>YesTop</h1>

A jQuery Plugin<br />

<a href="http://hovertree.com/texiao/yestop/">Demo 1</a> <a href="http://hovertree.com/texiao/yestop/demo2.htm">Demo 2</a> <a href="http://hovertree.com/texiao/yestop/demo3.htm">Demo 3</a>

<a href="http://hovertree.com/texiao/yestop/demo4.htm">Demo 4</a> <a href="http://hovertree.com/h/bjaf/topimage.htm">Images</a>

</div>

<div style="height: 360px;background-color: #66FF66;">

</div>

<div style="width:100%;text-align:center;height:200px">© hovertree.com</div>

<div style="height: 200px; visibility: visible; background-color: Olive">

</div><div style="height:200px;background-color:burlywood"></div><div style="height:200px;background-color:darkorchid"></div>

<div style="height: 200px; visibility: visible; background-color:gray">

</div>

<div style="height:200px;background-color:blue"></div>

<div style="height:200px;background-color:red"></div>

<div style="height:200px;background-color:yellow"></div>

<div style="height:200px;background-color:yellowgreen"></div>

<div style="height:800px;background-color:white"></div>

<script type="text/javascript">

$(document).ready(function () { $.fn.yestop(); })

</script>

</body>

</html>

以上内容是给大家分享基于jQuery实现返回顶部实例代码,希望大家喜欢。

标签基于,jQuery,实现,返回,顶部,实例,代码,效果图,展

相关下载

查看所有评论+

网友评论

网友
您的评论需要经过审核才能显示

公众号