$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijsparkline("option", "bind"); // Set value var newValue; // Type: object $(".selector").wijsparkline("option", "bind", newValue); });
var bind : object;
Default value: null
A value indicates that which property value is get from the object in the array if the data is set as a object array.
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijsparkline("option", "bind"); // Set value var newValue; // Type: object $(".selector").wijsparkline("option", "bind", newValue); });
var bind : object;