i've use fullscreen form interface from codrops, here is the link fullscreen form interface

我使用了codrops的全屏表单界面,这里是链接全屏表单界面

my question is, if want to add percent status on progress bar, what i must do ? here is the part of javascript progressbar :

我的问题是,如果想在进度条上添加百分比状态,我必须做什么?这是javascript进度条的一部分:

// progress bar
    if( this.options.ctrlProgress ) {
        this.ctrlProgress = createElement( 'div', { cName : 'fs-progress', appendTo : this.ctrls } );
        this._showCtrl( this.ctrlProgress );
    }

image progressbar

someone have implement? please help

有人有实施吗?请帮忙

1 个解决方案

#1


0

Please refer the following links, this may help you:

请参考以下链接,这可能对您有所帮助:

http://codepen.io/thathurtabit/pen/ymECf http://www.w3schools.com/howto/howto_js_progressbar.asp

The progress bar can be added with <progress>;

可以使用添加进度条;

更多相关文章

  1. jquery.validate.js使用之自定义表单验证规则
  2. Asp。NET MVC Ajax-Post表单和Ajax-Get
  3. 解析jquery实现回车键提交表单
  4. jquery mobile界面数据刷新
  5. JQUERY中做表单验证,谁有带时间的日期选择控件?
  6. 深入学习jQuery选择器系列第七篇——表单选择器
  7. jQuery Validate 表单验证插件
  8. 如何将表单转换成json通过AJAX传递?
  9. Yii - 加载ajax表单元素的用户端验证

随机推荐

  1. 【工具】历史文章分类汇总-V4 | Python数
  2. 偷学Python二十六|OS.path模块的详细使用
  3. 51CTO学员---沿着前人脚步追寻pmp的5个A
  4. 面试必知必会|理解堆和堆排序
  5. Numpy中Meshgrid函数介绍及2种应用场景
  6. 二叉树及其四大遍历
  7. 大学三年,写下 “万字” 兼职经历,这就是你
  8. 给Python代码加上酷炫进度条的几种姿势
  9. 面试二叉树看这 11 个就够了~
  10. 你真的懂网络分层模型吗?