$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijcalendar("option", "showDayPadding"); // Set value var newValue; // Type: boolean $(".selector").wijcalendar("option", "showDayPadding", newValue); });
var showDayPadding : boolean;