ScrollgressWeb 前端进度条插件
Scrollgress 是一个简单轻量级的 jQuery 插件,它能在页面顶端显示一个进度条,并且不随页面的滚动而改变位置。
示例代码:
$(function() {
$('.post').scrollgress({
height: '10px',
color: '#990000',
success: function() {
console.log('Scrollgress has been initiated.');
}
});
});
评论
