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