Wijmo UI for the Web
value Method
wijmo.progressbar Namespace > wijprogressbar type : value Method
The value to set.
Sets the current value of the progressbar.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var newValue; // Type:  undefined
    
    returnsValue = $(".selector").wijprogressbar("value", newValue);
});
function value( 
   newValue : undefined
) : any;

Parameters

newValue
The value to set.
See Also

Reference

wijprogressbar type
wijprogressbar jQuery Widget