Topic: Open Date Picker on click
garrithsteyn
pro asked 8 years ago
Hi
How can I open the datePicker when clicking a button?
Thanks
Add comment
Mirosław Stasiak
answered 8 years ago
Hi,
Check it out:
$('#my-button').on('click', function() {
var $input = $('.datepicker').pickadate();
var picker = $input.pickadate('picker');
event.stopPropagation()
event.preventDefault()
picker.open();
});
Regards, FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- User: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No