I\'ve used JQuery to add a \"image\" button to a few rows in a table. I used the following code:
$(\"#tblResults tr:nth-child(1) td.ResultsHeader span.gridRC
This is a better solution, using:
$("table tr:first-child").has('img')