Hello,

I'm enjoying the jquery cluetip plugin -- it works very nicely and
does what I want it to.  But I have two requests.

(1)

$(foo).cluetip('disable');

This would disable the cluetip on a specific element or array of
elements.

$(foo).cluetip('clear_cache');

This would invalidate the cluetip cache for a specific element or
array of elements, so that the next time the elements were hovered
their cluetip contents would be reloaded via AJAX.

In the current usage, could this already be achieved by simple setting
the cluetip on the same elements a second time?  Or does that do
nothing?

Thanks!
Eric

Reply via email to