SO - 20755762
by Arun P Johny
HTML
<input class="datepicker" />
JavaScript
$('.datepicker').datepicker({
onSelect: function () {
this.focus()
}
});
by Arun P Johny
<input class="datepicker" />
$('.datepicker').datepicker({
onSelect: function () {
this.focus()
}
});