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..
- <script type="text/javascript">
- $(function() {
- $("a.help_tooltip").tooltip();
- });
- </script>
- <a href="#" class="help_tooltip" title="BlaBlaBla1">Hier.</a><br/>
- <a href="#" class="help_tooltip" title="BlaBlaBla2">Hier.</a><br/>
- <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.. ;)