Lines Matching +full:- +full:- +full:no +full:- +full:progress
4 // initialize the progress bar
5 var $progressbar = $this.find('.progress');
8 value: $progressbar.data('progress')
17 $this.find('.ctlfrm-start').addClass('hide');
20 $this.find('.ctlfrm-skip').removeClass('hide');
21 $this.find('.ctlfrm-retry').removeClass('hide');
22 $this.find('.ctlfrm-continue').addClass('hide');
24 $this.find('.ctlfrm-skip').addClass('hide');
25 $this.find('.ctlfrm-retry').addClass('hide');
26 $this.find('.ctlfrm-continue').addClass('hide');
50 $progressbar.progressbar('option', 'value', data.progress);
72 $this.find('.ctl-continue').click(function (e) {
75 // move in progress, no more preview