[jQuery] Re: clueTip plugin - onClose option in the API?

2009-04-17 Thread tatlar
Brilliant! Thanks Karl! Have a great weekend and thanks for writing such a sweet jquery plugin. On Apr 16, 6:38 pm, Karl Swedberg wrote: > Hi there, > > The plugin already has an onHide option. I just fixed it so that   > within onHide's anonymous function "this" will be the invoking element. >

[jQuery] Re: clueTip plugin - onClose option in the API?

2009-04-16 Thread Karl Swedberg
Hi there, The plugin already has an onHide option. I just fixed it so that within onHide's anonymous function "this" will be the invoking element. so, your additional option would be : onHide: function() { $(this).parent().removeClass('selectedCell'); }) You can grab the updated plu