$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijchartcore("option", "disabled"); // Set value var newValue; // Type: boolean $(".selector").wijchartcore("option", "disabled", newValue); });
var disabled : boolean;