I'm developing a jQuery Mobile application. How can I add the Click Event of a
<input id="date" type="date">
to a link. So that when the link is clicked the datepicker will appear.
I'm developing a jQuery Mobile application. How can I add the Click Event of a
<input id="date" type="date">
to a link. So that when the link is clicked the datepicker will appear.