Invoke HTML5 inputs by dragging

tranviet25

New Member
I am using HTML5 inputs to select a date. I simply want to open that input if the users clicks on a specific image but I can't force the mobile browsers to open their datepickers.Here is the element:\[code\]<input type="date" class="dateInput" name="day" id="day">\[/code\]Simple question: How to open in with javascript?
 
Back
Top