我使用了来自codrops的全屏表单界面,这里是链接fullscreen form interface
我的问题是,如果想在进度条上添加百分比状态,我必须做什么?这是javascript进度条的一部分:
// progress bar
if( this.options.ctrlProgress ) {
this.ctrlProgress = createElement( 'div', { cName : 'fs-progress', appendTo : this.ctrls } );
this._showCtrl( this.ctrlProgress );
}
有人有实施吗?请帮忙
答案 0 :(得分:0)
请参阅以下链接,这可能会对您有所帮助:
http://codepen.io/thathurtabit/pen/ymECf http://www.w3schools.com/howto/howto_js_progressbar.asp
可以使用<progress>;