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