wijmo.progressbar.wijprogressbar Namespace > options type : change Option |
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijprogressbar("option", "change"); // Set value var newValue; // Type: any $(".selector").wijprogressbar("option", "change", newValue); }); |
Javascript (Specification) | |
---|---|
|