tags:

views:

319

answers:

1

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.

A: 

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.

RamboNo5