datepicker auto hiden

http://stackoverflow.com/questions/21151830/bootstrap-datepicker-hide-after-selection



$('yourpickerid').datepicker({
    format: 'dd/mm/yyyy',
}).on('changeDate', function(e){
    $(this).datepicker('hide');
});

Subscribe to receive free email updates:

0 Response to "datepicker auto hiden"

Post a Comment