Open capricorn05 opened 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
$('#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