[jQuery] jquery UI date picker and simplemodal... again.
Hm, I took a look at the example generously supplied by Eric Martin,
but was unable to get mine working...
// #################################################
function AddGalleryPromo_Modal() {
$('#add_promo_schedule_box').modal({
onShow: function() {
$('#date_picker').datepicker();
}
});
}
That function is called when a link is clicked... the modal box shows
up great as it should.. and I click the text field
(id="date_picker").. and it slides/fades in as it should, but then
vanishes..... i see it in firebug, it's behind the actual modal box.
Any idea what could be wrong? Thanks!