原文:jquery: Change the background-colour of a column if its header has a class
I have the following jQuery that I m trying to use to change the background colour of a column where its header has a class. So for example: $( th ).each(function (i) { if ($(this)....