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