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