Select only td-elements in HTML table with specific column name – Jquery
I have a table with class .info, and I want to set the background color of all td elements, only in column Amount, where the value is " " to red. The part of setting the color is done like…