[jQuery] Re: Release: Tooltip Plugin 1.3

2008-08-25 Thread Matt
Thanks jorn! On Aug 24, 3:10 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Hi, I'd like to announce a small update for the a href=http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/;jQuery tooltip plugin/a. The support for image maps is back, the deprecated $.fn.Tooltip is gone (just

[jQuery] Re: Release: Tooltip Plugin 1.3

2008-08-25 Thread MorningZ
I was just messing around with this plugin yesterday, and i love it! http://i38.tinypic.com/30deagg.jpg (screenshot of me using it) Only thing i couldn't figure out was how to *not* generate h3 headers/tag... my work around was setting: #tooltip h3 { display: none; } and my titles had to

[jQuery] Re: Release: Tooltip Plugin 1.3

2008-08-25 Thread Jörn Zaefferer
You could use the bodyHandler-option to return exactly the content you want to have. That automatically hides the header (h3). Jörn On Mon, Aug 25, 2008 at 8:07 PM, MorningZ [EMAIL PROTECTED] wrote: I was just messing around with this plugin yesterday, and i love it!

[jQuery] Re: Release: Tooltip Plugin 1.3

2008-08-25 Thread MorningZ
I don't really follow on the bodyHandler option for instance, there are my links: a href=someurl1.aspx class=PN_Link title=I am a tooltip for link1br /See me tooltipLink 1/a a href=someurl2.aspx class=PN_Link title=I am a tooltip for link2br /See me tooltipLink 2/a and to wire it up have: