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