I developed one web page that contains DOB field. So i developed 3 dropdowns DdlYear, DdlMonth, DdlDay. Now i want code snippet that 3 dropdowns are changing dynamically in javascript.when the user selects a leap year then feb month contains 29 days and number of days should be shown according to the month.
Share
I think the following code snippet may solves your problem.
$(document).ready(function () {