I have a field with a datepicker. I want know if it is open. I\'ve tried with:
$(\"#filter_date\").datepicker( \"widget\" ).is(\":visible\")
Simply set:
#ui-datepicker-div { display: none; }
in your CSS file and your code:
$("#filter_date").datepicker( "widget" ).is(":visible")
will work correctly!