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