Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Some issues


Project:clueTip - flexible, enhanced tooltip
Version:0.9.8
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi,

I really like this plugin (this is in my opinion the best tooltip plugin) but there are some issues I would like to report :

1) zIndex issue :
I have a jQModal frame that I display, and when showing a tooltip for something in the modal frame, it is displayed below the frame. Maybe dynamic computation of zIndex would do the trick ?

2) title/body issue :
I love the ability to store title AND body in the title attribute of the elem thanks to a separator. But when sometimes there is no separator, the plugin seems to be messed up and body is displayed with the title attribute or else. Maybe it is due to issue 3 below. (I think you have a hideOnEmpty() function or approaching, maybe the issue comes from here ? I really dunno)

3) title/body issue :
When dynamically changing title attribute of some elements (thanks to ajax code for example), I cannot disable the tooltip if no more title is present. This is more a feature than a bug... Or not :) And when the new title contains a separator, it is not taken into account for the tooltip. Maybe a "refresh" method could be added to refresh the tooltip content on demand ?

Thank you, and once again I really like this plugin !