[jQuery] Combining cluetip with datepicker
I'm trying to get cluetip to work with the datepicker plugin.
Basically, I want to set it up so that when you click on a date on the
datepicker, a cluetip for that date opens and dynamically loads
content appropriate for the selected date.
The only part I haven't yet been able to figure out is how to trigger
a cluetip based on selecting a date. I don't know if it's possible,
and if so how I would, call the cluetip activate() function from the
onSelect option of the datepicker. And, assuming I was able to do so,
I'm also not sure how I would pass the date along to the AJAX call.
I also tried just treating each individual date <td> generated by the
datepicker as an element to have a cluetip applied to with a click
activation, but that just caused the datepicker to fail to load...
Is this at all possible?