[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: Link 1 Link 2 and to wire it up have: $(".PN_Link").tooltip({ track: true, delay: 0, showURL: false, opacity: 1, fixPNG: true, extraClass: "pretty fancy", t

[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! > > http://i38.tinypic.

[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 headers/tag... my work around was setting: #tooltip h3 { display: none; } and my titles had to be

[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 href="http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/";>jQuery > tooltip plugin. The support for image maps is back, the deprecated > $.fn.Tooltip is gon