T00rk / bootstrap-material-datetimepicker

Datepicker for bootstrap-material
http://t00rk.github.io/bootstrap-material-datetimepicker/
MIT License
9 stars 4 forks source link

on open event not firing #223

Open capricorn05 opened 5 years ago

capricorn05 commented 5 years ago

$('#DOB1').bootstrapMaterialDatePicker().on('open', function(e, date){ console.log('hi di hi'); }); This is the code I am using but the event is not firing. change even is firing