实现回到顶部功能的jQuery插件:jQuery.toTop
jQuery.toTop 是一个轻量级的可定制的插件,实现回到顶部的功能。
1. At first include jQuery and jquery.toTop.js
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script> <script src="jquery.toTop.min.js"></script>
2. Include HTML
<a class="to-top">Top ↑</a>
You can add and style your element as you want
3. Activate the Plugin
$('.to-top').toTop();
本文由用户 m45y 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!