How can a manually open a datepicker for js code?
To show the datepicker associated to the input with id 'your_elem', you would use something like this:
jQuery('#your_elem').datepicker("show");
$('#datepickerid').focus()
should do the trick.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With