[EMAIL PROTECTED] schrieb:
Hi i use jquery tooltips on anchor links, but i have a system full of
images that use the title tag - i have tried everything to switch the
javascript but the jquery tooltip is always empty despite it looking
wright, just nothing in it?
$('#innercontainer a').Tooltip({ <<<<<< WORKS
$('#innercontainer img').Tooltip({ <<<< NOPE
$('#innercontainer img, a').Tooltip({ <<<<<< just anchor link.....
any ideas?
There is an example with an image in the tooltip demo:
http://jquery.bassistance.de/tooltip/demo/ (see the tonus image?)
So most likely the issue is somewhere else, could you post a testpage?
Jörn