0

My tipsy tooltip freezes onclick.

My Jquery:

    <script> 
                $(document).ready(function() {
                                $('.example-1').tipsy({gravity: 's'});
                });

  </script> 

My HTML:

<span class="example-1" original-title="Med DK domæne &amp; opretted DK domæne &amp; opretted DK domæne &amp; opretted DK domæne &amp; opretted DK domæne &amp; opretted DK domæne &amp; oprettelse"><img src="/images/ja.png?1312739112" class="example-1" alt="Ja" original-title=""></span>

Please comment if you know a similar jquery tooltip plugin

Rails beginner
  • 14,321
  • 35
  • 137
  • 257

1 Answers1

0

The code you provided seems to function fine: http://jsfiddle.net/ScAYd/1/

Is there something you've left out of your example that could be causing issues? Are you receiving any javascript errors?

RoccoC5
  • 4,185
  • 16
  • 20