$('.selector').datepicker().bind('datepickeronselect',function(){ console.log('hello'); }); All of the other widgets allow you to do so but the datepicker seems to be left out.