YUI: Calendar with Tooltip Overlay (YUI Version 2.2.2)

Updated this example to work with YUI Version 2.2.2. The original 0.11 version can be found here.

This example allows you to create an associative array containing dates and tooltips. It will populate the calendar with the selected dates & build the tooltip widget. So hover over the highlighted dates.

Update: Updated this example to Version 2.2.2.

UPDATED: This example now supports multiple months, I have the below calendar set with dates for the next year.

Currently, I am using PHP to generate the array of dates. It would not be that hard to use JSON or XHR to accomplish this.

Updated: Here is an updated example using a JSON XHR request.

Date:
Tooltip:

The HTML

The Javascript