Hi,

I think it's possible, but it may take some creativity on your part. Take a look, particularly, at the onActivate option. There is an example of enabling/disabling the clueTip on the demo page, jTip theme example #5:

http://plugins.learningjquery.com/cluetip/demo/


--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com



On Jan 10, 2008, at 4:17 PM, motob wrote:


I want to use the clueTip plugin to give helpful advice or help to
users filling out a specific form field. But I only want the clueTip
to display if they type invalid characters.

For example, I only want numbers to be typed into a field. If they
type letters, or any other special characters, I want a clueTip to
display suggesting that they fix it.

I don't want the tip to appear when the user hovers over the field or
clicks on it. Is it possible to disable clueTip's activate option and
only have the tip display when triggered by another script?

I'm using Denny Ferrassoli's (www.dennydotnet.com) typeWatch plugin to
pattern match the user's input and if its invalid, I want to display
the clueTip over the particular field.

Any ideas?

Thanks


Reply via email to