Jquery – In a html table using tablesorter, how can a row have a background color depending on the contents of one of its cells?
I am showing a HTML table using the jQuery Mottie tablesorter. I would like the rows with a "v" in one of its columns to be formatted with a certain (given) background color, which is retained after sorting the table.…