[jQuery] Re: Problem with cluetip using ajax displays an empty tooltip!

2008-01-20 Thread psy*
Ah thanks for your quick answer ... can you please explain me the reason for this; I'm interested ...?! Karl Swedberg schrieb: > 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> it will work properly.

[jQuery] Re: Problem with cluetip using ajax displays an empty tooltip!

2008-01-20 Thread Karl Swedberg
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> it will work properly. Bare text won't, though, apparently. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jan

[jQuery] Re: Problem with cluetip using ajax displays an empty tooltip!

2008-01-20 Thread KnoxBaby
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

[jQuery] Re: Problem with cluetip using ajax displays an empty tooltip!

2008-01-19 Thread Karl Swedberg
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 . Try making it a real HTML document and put the text inside the element. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jan