jquery date picker

jquery date picker

Hello
I am using jQuery date picker, it does not showing Previous and Next button on date picker until I move my cursor on this picker window.

I see same issue in IE 11 and Firefox.

can you please help..

$(document).ready(function() {
        $( ".date" ).datepicker();
       
});