Hmm. If you have a link or some element that would fire up the cluetip normally, you can trigger the event that is set to invoke it:

$('yourelement').triggerHandler('mouseover');

--Karl

____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Feb 7, 2009, at 6:02 AM, frank6000 wrote:


I just want to fire up a cluetip just like an Alert().

e.g pseudo code:

if(!condition){
          cluetip("try again!")
}

thanks in advance



Reply via email to