javascript - jQuery SimpleTip to generate tooltips over a table -


Shows tooltips, but it expands the size of the cell.

What I'm currently doing:

  & lt; Html & gt; & Lt; Top & gt; & Lt; Script type = "text / javascript" src = "jquery.min.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "jquery.simpletip-1.3.1.js" & gt; & Lt; / Script & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; Table range = "1" & gt; & Lt; Tr & gt; & Lt; Td id = "test" & gt; Foobar & lt; / Td> & Lt; / Tr & gt; & Lt; / Table & gt; & Lt; Script type = "text / javascript" & gt; $ ("# Exam") The simplest ({true: true, content: 'hello world!'}); & Lt; / Script & gt; & Lt; / Body & gt; & Lt; / Html & gt; I advise you to use (successor of simplicity) and it works with your case    

Try it out:

Comments