jQuery进度条插件 jQuery progressBar

码农软件 · 软件分类 · jQuery高级页面组件 · 2019-12-31 20:28:36

软件介绍

这是jQuery用来显示进度条的插件,示例代码:

$(document).ready(function() {
    $("#spaceused1").progressBar();
    $("#spaceused2").progressBar({ barImage: 'images/progressbg_yellow.gif'} );
    $("#spaceused3").progressBar({ barImage: 'images/progressbg_orange.gif', showText: false} );
    $("#spaceused4").progressBar(65, { showText: false, barImage: 'images/progressbg_red.gif'} );
    $("#uploadprogressbar").progressBar();
});

演示地址:http://t.wits.sg/misc/jQueryProgressBar/demo.php

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

Design for Hackers

Design for Hackers

David Kadavy / Wiley / 2011-10-18 / USD 39.99

Discover the techniques behind beautiful design?by deconstructing designs to understand them The term ?hacker? has been redefined to consist of anyone who has an insatiable curiosity as to how thin......一起来看看 《Design for Hackers》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

SHA 加密
SHA 加密

SHA 加密工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器