Issue 741: Qtip allday event
Status:  Done
Owner: ----
Closed:  Dec 2010
Reported by mail2...@gmail.com, Dec 2, 2010
Hi,

I'm appending Qtip on the calendar events (in the eventAfterRender method), it works great except with allday events. The tooltip won't display. Any idea how to solve this?

$('.' + calEvent.className + ' img.icon_folder').qtip({
 qtip config goes here
});   

Thanks!
Dec 2, 2010
Project Member #1 althaus.it
Have you checked if the given selector really matches the element with a tool like Firebug?
Dec 26, 2010
Project Member #2 adamrs...@gmail.com
this is most likely a problem with your code (or qtip) rather than a bug. if you can't figure it out, you might want to try stackoverflow
Status: Done