[jQuery] [tooltip] image title rather than anchor?

[jQuery] [tooltip] image title rather than anchor?


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?