Hi Jqueries

The cluetip-Plugins works fine, as long as you have content and Script
on the same page.
But when it comes to use cluetip with the .load()-function, it's not
working (no errors whatsoever).

index.html-file in demo-folder:
[code]
 $('#inc').load('inc.html',
        function(){
                $('[EMAIL PROTECTED]').cluetip();  <-- no response
                alert( 'file loaded!' );  <-- works
        }
 )
[/code]

inc.html:
[code]
<p><span title="This text should show up in cluetip">Mouseover test
(title)</span></p>
[/code]

It does not help to put
[code]
$('[EMAIL PROTECTED]').cluetip();
[/code]

in the $.document(ready)-Container....

Any suggestions?
Am I missing something?

Thanks for inputs and clues :-)

QT

Reply via email to