When I hover over a table cell there appears a edit link right next to the content. I want to get that cell’s content. Is is possible with jQuery?
The HTML page is this: https://gist.github.com/anonymous/4721230
Part of the table, which is generated by JavaScript. https://gist.github.com/anonymous/4721245
Here’s a possible solution – Here the fiddle
js code
html code