Thanks, ragx.  I'm not having any problem with reading the text in
from and internal, just with parsing out the header as I can do when
the text is contained in the title attribute of the a tag and not an
external file.

On Feb 2, 11:21 pm, "Mohd.Tareq" <tareq.m...@gmail.com> wrote:
> may be this [rel="/text.htm"] file not able to load or remove slash from rel
> tag rel = "text.htm".
>
> if it will not sort with this way then
> write all the content into ur current html file [text.htm] & try for this
> syntax
> rel="#id_of_text.html_content"
>
> give a try.
>
> regards,
> ragx
>
> On Tue, Feb 3, 2009 at 9:29 AM, EricFettman <eric.fett...@saiglobal.com>wrote:
>
>
>
>
>
>
>
> > Hi, folks --
>
> > Using the clueTip plugin, it's clear how to display a heading in your
> > popup help window when the text is contained within the title
> > attribute of the a tag selected:
>
> > $('#popup1').cluetip({ splitTitle: '|', showTitle: true });
> > <a id="popup1" class="noHilite" title="Heading in the Popup Window|
> > This is the body. This is the body. This is the body. ">
>
> > Any way to do this when the text comes from an external file, as
> > below?
>
> > <a id="popup2" href="/text.htm" rel="/text.htm">
>
> > I can get the text to display in the body of the popup by applying
> > cluetip() with no arguments to popup2, but if I use the same
> > parameters as above, no text is displayed at all.
>
> > Any help is appreciated - TIA.
>
> > Eric
>
> --
> ---| Regard |---
>
> Mohd.Tareque- Hide quoted text -
>
> - Show quoted text -

Reply via email to