Ah, yes. You know, the text probably just needs to be wrapped in some element to work. I bet if you just have your text wrapped in a <div> </ div> it will work properly. Bare text won't, though, apparently.


--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com



On Jan 20, 2008, at 9:37 AM, KnoxBaby wrote:


Strange, that works ... But  on your demo page, it works also without
a nie formated html site in the exemple which requests this page:

http://plugins.learningjquery.com/cluetip/demo/ajax3.htm

??

On 19 Jan., 20:18, Karl Swedberg <[EMAIL PROTECTED]> wrote:
Hi, I think the problem is that your ajax.html is not a well-formed
document. It has nothing in it but text and a single <br />. Try
making it a real HTML document and put the text inside the <body>
element.

--Karl
_________________
Karl Swedbergwww.englishrules.comwww.learningjquery.com

On Jan 19, 2008, at 6:33 AM, KnoxBaby wrote:



Hello,

I have set up a test page here:

http://www.jahlabs.de/jquery/test3/um/

When you hover over the to icons in the column "data", the tooltip is being showed but there is no content. If I remove the file that should be loaded by ajax (http://www.jahlabs.de/jquery/test3/um/ ajax.html), I see the content of the tooltip "content could not be loaded". And if I
have the file ajax.html, I don't see it so that means that he could
load it doesn't it? But why it isn't displayed than correctly?

Thanks!

Reply via email to