I have a website where clients need to verify their age before they may continue. I need a basic datepicker that basically works like radio buttons. Group 1 is “day”. Images for the numbers 1 to 31 is displayed. Group 2 is “month”. Jan to Dec is displayed. Group 3 is “year”. 1938 to 1997 is displayed.
As soon as you land on the page, all three groups are immediately displayed. There is no fancy dropdown or annimation. I want it to be as simple as “click click click continue”
I have tried replacing standard radio buttons with images, but that proved to be quite complicated. Any suggestions or solutions?
you can use datepicker and use onShow and pickerClass to define whatever UI you want there…check this for reference
http://keith-wood.name/datepickRef.html