Is there any jquery code where I can open a pop-up some text when I hover over gridview column.
I do not want to use the asp.net tooltip.
Is there any jquery code where I can open a pop-up some text when I hover over gridview column.
I do not want to use the asp.net tooltip.
It's not built into jQuery itself, but you can use a plugin like jQuery plugin: Tooltip
It's basically an absolute positioned div on top of everything else.