$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijchartnavigator("option", "dataSource"); // Set value var newValue; // Type: any $(".selector").wijchartnavigator("option", "dataSource", newValue); });
var dataSource : any;