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