jQuery|jQuery 的进度条插件 Bootstrap Progressbar
Bootstrap Progressbar 是一个 jQuery 插件,扩展了基本引导进度。它通过添加 Javascript 中预先存在的 CSS 转换提供了动态进度条。此外,你可以在动态进度条中通过回调显示当前进度信息。
github地址:https://github.com/minddust/bootstrap-progressbar
- 引入js
bootstrap-progressbar.js
- 页面加入js启动
bootstrap-progressbar
$('.progress .bar').progressbar(); // bootstrap 2 $('.progress .progress-bar').progressbar(); // bootstrap 3
- HTML格式。
-
data-transitiongoal
-
aria-valuemin
(default: 0) andaria-valuemax
(default: 100)
-
- 默认设置
动态进度条默认设置 Progressbar.defaults = { transition_delay: 300,(推迟开始动画加载时间) refresh_speed: 50,(数字多少毫秒刷新一次) display_text: 'none',(进度条显示数字none/fill/center) use_percentage: true,( true显示百分false 显示 /100) percent_format: function(percent) { return percent + '%'; },(如果use_percentage 返回true 设置的文本格式) amount_format: function(amount_part, amount_total) { return amount_part + ' / ' + amount_total; },(如果use_percentage 返回false 设置的文本格式) update: $.noop, (回调函数:进度条过渡时的更新,时间取决于resresh_speed) done: $.noop,(回调函数:进度条过度过程完成后) fail: $.noop(回调函数:进度条过度过程失败) };
transition_delay:
$(document).ready(function() { $('.progress .progress-bar').progressbar({ transition_delay: 1500 }); });
推荐阅读
- 热闹中的孤独
- JAVA(抽象类与接口的区别&重载与重写&内存泄漏)
- 放屁有这三个特征的,请注意啦!这说明你的身体毒素太多
- 一个人的旅行,三亚
- 布丽吉特,人生绝对的赢家
- 慢慢的美丽
- 尽力
- 一个小故事,我的思考。
- 家乡的那条小河
- 《真与假的困惑》???|《真与假的困惑》??? ——致良知是一种伟大的力量