Enable/disable cluetip
July 11, 2008 - 7:02pm — meuledor
or on init to add a boolean property like
| Project: | clueTip - flexible, enhanced tooltip |
| Version: | 0.9.8 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
I'd like to enable/disable tooltips on a checkbox change event.
( I found an unsolved topic :/ http://groups.google.com/group/jquery-en/browse_thread/thread/41c1e3b573...)
When the event is fired, would it be feasible to
$(".cluetip").cluetip().disable();or on init to add a boolean property like
$(".cluetip").cluetip({
enable : $("#checkboxId").checked
});Regards,
PJ

Comments
#1
This feature has been available for quite some time now. Please see the onActivate option. Also, look at the jTip Theme example #6 at http://plugins.learningjquery.com/cluetip/demo/
#2
I need to buy glasses.
Sorry for the inconvenience.
PJ
#3
Not a problem! Glad the feature is there for you.