Setting the year range for jQuery datepicker -
i using jquery datepicker, , want set year range. code:
$( "#birthday" ).datepicker({ changemonth: true, changeyear: true, yearrange: "-100:-10" }); it loads , becomes unresponsive until both year , month drop down items selected. doing wrong in above code?
Comments
Post a Comment