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 -

php - MySQLi multi_query results for later use -