[jQuery] Re: making variable in [tooltip] plugin available to Shadowbox

2009-03-11 Thread roryreiff
Thanks...this did the trick: $('a[rel^="shadowbox"]').each( function(){ var linkRel = $(this).attr('rel'); var linkTitle = $(this).attr('title'); $(this).attr('rel', linkRel + "title=" + linkTitle); }); On Mar 10, 1:46 pm, BB wrote: > Hiroryreiff, > > may

[jQuery] Re: making variable in [tooltip] plugin available to Shadowbox

2009-03-10 Thread BB
Hi roryreiff, maybe you store the title-attribut from the current element in a variable and add it when the tooltip hides. If this doesn't work try to set the title in the rel-attribut: rel="shadowbox;title='Hallo'" On 10 Mrz., 18:25, roryreiff wrote: > Hi there, > > I am using the tooltip plu