Datepicker issue

Datepicker issue


Hello All,
I'm having an issue with the datepicker. I have the datepicker set up
to fire an ajax call on selecting a date that populates a "day view"
on my calendar app, so they can select any day and see the events for
that day. This works great. I recently set up a function that would
let me populate the date of the datepicker, using the setDate method.
This also works great. Now, I'm working on a similar concept (a jump
2 weeks, 4 weeks, 6 week, etc...) and it is populating the proper
date, however the onSelect is not firing, so the "day view" isn't
being populated.
Any ideas why it would work on one example and not another. NOTE: In
the first example the link clicked is on another jquery tab, and it
selects the tab with my datepicker, then populates it. In my second
example, the one that's not working, the link is on the same tab as
the datepicker. Not sure it makes a difference, just thought I would
mention it.
Greg