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

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -