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