Pages

Wednesday 9 April 2014

If Datepicker does not Focus on input feild

$(document).on("focusin",".datepicker", function () {
$(this).datepicker({
 dateFormat: "dd/mm/yy",
 changeMonth: true,
 changeYear: true,
 onClose: function () { $(this).valid();}
});
});

1 comment: