I am using this selector with the jQuery column selector
$(function() {
$('#resultTable tbody td:nth-col(8)');
});
The text that is in the table column is the image source path on my server. I would like to display this text as an img src picture rather than displaying the text.
//Make sure the selector for the alltd variable below is selecting all the td elements you need since you didn’t post any HTML I can’t tell if thats selecting everything correctly.