ui.Tooltip: tooltip on link with image not working

ui.Tooltip: tooltip on link with image not working

Hey guys,

Following code works fine for text links, but doesn't work for the link with the image..

  1. <script type="text/javascript">
  2.     $(function() {
  3.         $("a.help_tooltip").tooltip();
  4.     });
  5. </script>
  6. <a href="#" class="help_tooltip" title="BlaBlaBla1">Hier.</a><br/>
  7. <a href="#" class="help_tooltip" title="BlaBlaBla2">Hier.</a><br/>
  8. <a href="#" class="help_tooltip" title="Heureka..."><img src="http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif" ></a>
no idea why its not working, maybe sb. might be able to help.. hate the week before exams.. Head is full with useless stuff.. ;)