Datepicker Can't bind events after using calendar
Hi everyone,
I'm trying to bind a "click" event to the .ui-datepicker-week-col class in datepicker.
The event works fine if no other calendar events are triggered, but if I click on the "next/previous" months, or a day to fire off an alert(), the events I have bind no longer work.
I tried placing the code in 'beforeShowDay:" but i'm unable to select a class that appears in the calendar itself.
Thanks for your help.