Will it have a handle for closing?
July 5, 2008 - 6:22am — mikespook
| Project: | clueTip - flexible, enhanced tooltip |
| Version: | 0.9.8 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
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
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
Automatically closed -- issue fixed for two weeks with no activity.