文件名称:jQuery回到顶部插件jQueryGoUp
文件大小:4KB
文件格式:ZIP
更新时间:2017-08-24 16:17:48
jQuery 插件 GoUp 回到顶部
jQuery GoUp!是一个简单的jQuery插件,让你的网页用户直接回到顶部。 使用方法非常简单 引用jquery库和jquery.goup.min.js到你的页面 在调用下插件就OK了 $(document).ready(function () { $.goup({ trigger: 100, bottomOffset: 20, //距底部偏移量 locationOffset: 30, //距右部偏移量 title: '返回顶部', titleAsText: true //是否显示title }); });
【文件预览】:
jquery-goup
----index.html(689B)
----jquery.goup.min.js(3KB)
----src()
--------jquery.goup.js(6KB)