I have a table as shown in http://jsfiddle.net/Lijo/UqdQp/4/. I need to set background color as red for all columns that has value “1”. What is the best way (in terms of performance) for doing this using jQuery?
Note: After doing the background color, I need to alert the value of the table cell also. That means I need to use “this” operator on the selected cell.
Reference Answers: