I figured it out (calendar-date-container contains the Unix timestamp
of that day at midnight):
$(".calendar-date-container").click(function() {
var url = 'day.php?t=' + this.id;
$('#tabs').tabs('url', 2, url);
$('#tabs').tabs('select', 2);
return false;
});
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=.