jquery - Tooltip Javascript Rotation Not Working -


i have several tooltips on website , need use links in 1 of them. used short script found online.

i want tooltips same including transition effects. struggling that. rotation , other effects applied on tooltip javascript not working.

here fiddle: http://jsfiddle.net/2baqv/2423/

<div id="mouseon-examples"> <div><ul><li><a href="xx">not working tooltip</a></li></ul></div>
</div> <nav class="templatemo-top-nav"> <ul><li><a href="xy">working tooltip<span>text in tooltip</span></a></li></ul> </nav>

could please me it? have errori in code? there way how same transition in script code?

thank lot!

why not this?

changed javascript selector class since html doesn't same id's 

Comments

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -