fancybox ajax datepicker
$('.popup').fancybox({ helpers:{title:null}, padding:'0', width:'800', beforeShow:function(){ $('input.date').datepicker({ //options }); } });
#ui-datepicker-div{ z-index:9999 !important; }
$('.popup').fancybox({ helpers:{title:null}, padding:'0', width:'800', beforeShow:function(){ $('input.date').datepicker({ //options }); } });
#ui-datepicker-div{ z-index:9999 !important; }