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 Swedberg www.englishrules.com www.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!