$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijtooltip("option", "animation"); // Set value var newValue; // Type: any $(".selector").wijtooltip("option", "animation", newValue); });
var animation : any;
Sets the showAnimation and hideAnimation options if they are not specified individually.
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijtooltip("option", "animation"); // Set value var newValue; // Type: any $(".selector").wijtooltip("option", "animation", newValue); });
var animation : any;