[jQuery] JQuery DatePicker UI and ThickBox Problems

[jQuery] JQuery DatePicker UI and ThickBox Problems


Hello - I've recently started using both the newest DatePicker and
Thickbox. I'm having a problem getting the datepicker to appear in
my thickbox (I'm using the ajax thickbox). Unfortunately I can't give
the actual site since it's for an intranet site at work. If I look at
the page itself, the calendar icon appears fine but when opened using
thickbox there's no calendar icon. I've checked the z-index (it's at
199) and I've also added the following code inside the window popping
up (since I've read that thickbox doesn't rerun the <head>)
<script type="text/javascript">
$(function(){
    $('.date-pick').datePicker({startDate:'01/01/1996'});
});
</script>
Any help is greatly appreciated!