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!

Will it have a handle for closing?


Project:clueTip - flexible, enhanced tooltip
Version:0.9.8
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed
Description

Now, the cluetip have the onAcivation and the onShow handle. I could use it to hide the select-box in IE 6. But the cluetip dosen't have the onClose handle show them back.
Simply like:

$('.help').cluetip({
onShow: function(e) {$("select").hide();return true;},
onClose: function(e) {$("select").show();return true;},
});

Comments

#1

Hi Mikespook,

I plan to introduce this insertion point as soon as I get a chance. In the meantime, I think you'll have better luck with IE6 and the select bug if you use the bgiframe plugin. The clueTip plugin automatically detects it and uses it if it's available. Check out the demo at http://plugins.learningjquery.com/cluetip/demo/ to see how this works.

#2

Status:active» fixed

Hi again,

I just committed a new version that has an onHide option. Works the same way as onShow, but fires immediately after the clueTip is hidden.

#3

Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.