I need to display tooltip on different cells of table.
Basically what I want is a new layer of tool tip over that cell. It is necessary the cell can be anywhere.
I have seen some jQuery library that apply tooltip to last column of table which won’t work for me, so tooltip should appear anywhere in the middle of table or at the end.
Anyone can please suggest me any jQuery library I could use? Or any JavaScript way?
Hiya is this what you are looking for demo http://jsfiddle.net/UXR8u/
Although there is a tooltip plugin you can also look at. http://docs.jquery.com/Plugins/Tooltip link might help: (contains demo for tooltip and qtip) jquery tooltip / moves with mouse move / tooltip with mouse position
jquery code