进度条插件 Scrollgress

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-03 18:42:32

软件介绍

Scrollgress 是一个简单轻量级的 jQuery 插件,它能在页面顶端显示一个进度条,并且不随页面的滚动而改变位置。

示例代码:

$(function() {

    $('.post').scrollgress({
        height: '10px',
        color: '#990000',        
        success: function() {            
        console.log('Scrollgress has been initiated.');
        }
    });

});

本文地址:https://codercto.com/soft/d/22591.html

Artificial Intelligence

Artificial Intelligence

Stuart Russell、Peter Norvig / Pearson / 2009-12-11 / USD 195.00

The long-anticipated revision of this #1 selling book offers the most comprehensive, state of the art introduction to the theory and practice of artificial intelligence for modern applications. Intell......一起来看看 《Artificial Intelligence》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换