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