On Aug 22, 2007, at 11:36 PM, Rey Bango wrote:

@Karl: What I would suggest is that if the "fx" is left out, default to using show() as opposed to fadeIn() and then on line 340, change this line:

$cluetip.hide()[defaults.fx.open](defaults.fx.openSpeed);

to

$cluetip.hide()[defaults.fx.open](defaults.fx.open != 'show' && (defaults.fx.openSpeed));

so that way if the show is the selected effect, the box instantly appears and no speed method call is necessary.

By doing this, I was able to achieve the same effect as Cody's jTip while still maintaining all of the cool and extensive functionality available in clueTip. The best of both worlds.

thanks, Rey! You rock! I'll get those changes in the code for the next update. I think it was Glen Lipka who suggested using fadeIn() as a default. So, Glen, do you foresee any issues with changing the default to an immediate show, as long as the fadeIn is still available as an option?


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


Reply via email to