Why isn't my jQuery tooltip acting like a jQuery tooltip? -


i'm working on presenting yet periodic table, , running issues jquery ui tooltips. page ends, without javascript errors, at:

<script src="/js/vendor/jquery-1.8.2.min.js"></script> <script src="/js/jquery-ui-1.10.2/ui/jquery-ui.js"></script>  <script src="/js/jquery-ui-1.10.2/ui/jquery.ui.tooltip.js"></script> <script>     jquery(document).tooltip(); </script> 

earlier giving no javascript errors default styled (chrome yellow on black, small font size) tooltip, unlike tooltip in jquery ui demo @ http://jqueryui.com/tooltip/ (both td , td > span). displays screen contents second or so, , blanks out display.

what wrong http://jonathanscorner.com/periodic/content.html , how can fix displays page , displays jquery ui's default tooltip version of tooltip? top left corner has title.

i created fiddle, markup of page. please note fiddle add html, head , body tag... , seems work fine: fiddle.jshell.net/bba4t


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -