jQuery.Mobile Date Picker - disable past dates -


i use jquery.mobile.datapicker.js, after select date in first input, in second have disable past dates written in first input. every solution proposed not able jquery.mobile.datapicker. admit being inexperienced in jquery , can ?

data partenza <input name="data_partenza" id="data_partenza" value="<%=date()%>" data-role="date" type="text" style="position: relative; z-index: 100000;"> 

second input

data partenza <input name="data_partenza" id="data_partenza" value="<%=date()%>" data-role="date" type="text" style="position: relative; z-index: 100000;">  data ritorno <input name="data_ritorno" id="data_ritorno" value="<%=date()%>" data-role="date" type="text" style="position: relative; z-index: 100000;"> 


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -