jQuery回到顶部插件GoUp
$(document).ready(function () {
$.goup({
trigger: 100,
bottomOffset: 150,
locationOffset: 100,
title: '回到顶部',
titleAsText: true
});
});
$(document).ready(function () {
$.goup({
trigger: 100,
bottomOffset: 150,
locationOffset: 100,
title: '回到顶部',
titleAsText: true
});
});