I want to use jquery datepicker. I have a setup using the alt field option. I show D / M / Y in the text box, but send YMD. So far, everything is working fine, sending the correct data, etc.
However, I want the user to not be able to manually enter the date. I initially set the disabled INPUT field, which worked in every browser except IE. In IE, it will pop up in the date picker, but then it won't close after clicking the date.
Does anyone know a better way to do this?
jquery input jquery-ui readonly datepicker
Rowan parker
source share