Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to insert two columns from database in Datatable and third column in tool tip on hover of table row .I have problem in getting third column data from database in Tooltip
Posted

1 solution

Hi,

I am not sure what type of code you have tried. Plz try below code and let me know if you still facing any issues

JavaScript
$(".DivClassname").tooltip();


DivClassname is the Div you can store the initial value on the page load and for every mouse over on the table row tool tip will show.
Refer this below example for how to use the JQuery Tooltip.

http://jquery.bassistance.de/tooltip/demo/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900