[jQuery] Re: clueTip - can you parse out heading when reading from external file?

2009-02-05 Thread EricFettman
Too obvious! Thanks, Karl. On Feb 3, 3:40 pm, Karl Swedberg wrote: > Hi Eric, > > If you get rid of the splitTitle option, the plugin will just use the   > title attribute of #popup1 for the clueTip title, by default. You can   > also set it to a different attribute with the titleAttribute opti

[jQuery] Re: clueTip - can you parse out heading when reading from external file?

2009-02-03 Thread Karl Swedberg
Hi Eric, If you get rid of the splitTitle option, the plugin will just use the title attribute of #popup1 for the clueTip title, by default. You can also set it to a different attribute with the titleAttribute option if you want. --Karl Karl Swedberg www.englishrules.com www

[jQuery] Re: clueTip - can you parse out heading when reading from external file?

2009-02-03 Thread EricFettman
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" wrote: > may be this [rel="/text.htm"] file

[jQuery] Re: clueTip - can you parse out heading when reading from external file?

2009-02-02 Thread Mohd.Tareq
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