I need to add a hint to the "td" element inside my tables using jquery.
Can someone help me?
I tried:
var tTip ="Hello world"; $(this).attr("onmouseover", tip(tTip));
where I checked that I use "td" as "this".
** Edit: ** I can capture the "td" element with the "alert" command, and it worked. Therefore, for some reason, the tip function does not work. Does anyone know why this would be?
jquery html
SpoiledTechie.com
source share