didn't quite understand what you want? if u want an image you need to look in 'a' tag for it.
On Feb 17, 9:10 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > 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?