Line 125: | Line 125: | ||
<!---TEST---> | <!---TEST---> | ||
<body> | <body> | ||
− | <p> | + | <p><input type="text" id="datepicker" /></p> |
</body> | </body> | ||
Line 138: | Line 138: | ||
/* This is the function that will get executed after the DOM is fully loaded */ | /* This is the function that will get executed after the DOM is fully loaded */ | ||
function () { | function () { | ||
− | $( "#datepicker" ).datepicker({ | + | $("#datepicker").datepicker({ |
changeMonth: true,//this option for allowing user to select month | changeMonth: true,//this option for allowing user to select month | ||
changeYear: true //this option for allowing user to select from year range | changeYear: true //this option for allowing user to select from year range |
Revision as of 09:29, 18 July 2017