SyntaxFix
Write A Post
Hire A Developer
Questions
I have found a trick solution. You can use the below codes.
$(".datepicker").datepicker({ /* any options you want */ beforeShowDay: function (date) { $('#ui-datepicker-div').css('clip', 'auto'); return [true, '', '']; } });