Wednesday, April 1, 2009

[jQuery] Re: cluetip question mark loading data

Yep, that worked. I thought showtitle would extract the title out of
my webpage, so i misunderstood. I've tried a couple other tip
plugins, and this one seems the most robust for custom content, so i'm
glad to get it working!

Thanks,

-lta

On Apr 1, 8:57 am, Karl Swedberg <k...@englishrules.com> wrote:
> Hi there,
>
> The problem is that you're using the splitTitle option, which is for  
> loading text from the link's title attribute into the clueTip. Remove  
> that option and it should work.
>
> --Karl
>
> ____________
> Karl Swedbergwww.englishrules.comwww.learningjquery.com
>
> On Mar 31, 2009, at 11:31 PM, likestheaction wrote:
>
>
>
> > I am able to see a clue tip pop up, but i can't get any data into it
> > from another page.  It just shows a question mark when i mouse over
> > the link, the cluetip opens, and there is nothing in it.  I am using
> > jquery1.3.2, and the latest cluetip.
>
> > In the document ready i have a this:
> > $('a.tips').cluetip({splitTitle: '|'});
>
> > In the html i have this:
> > <a class="tips" href="frag.html" rel="frag.html">show me the cluetip!
> > </
> > a>
>
> > I think the problem is with the location of frag.html, which is just
> > in the same location as the file i'm working on.  If i right click on
> > the link and try to open in a new tab, frag.html opens.
>
> > Thanks,
>
> > -lta

No comments: