javascript - HTML Datepicker - Opened by default -


i'm using input of type date. know if there way make datepicker selection panel opened default when user enters in page.

the element this:

<input class="form-control user-success" id="starting-date" name="date" required="" type="date" value="2017-04-07" data-initialized="true"> 

you can display embedded in webpage calling on div instead of input, per official documentation.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -