Hello,
I simply want to highlight all the rows in a table that contain the Failed word to yellow.
I did the following:
$('#jsonmap td:contains(Failed)').parent().addClass('row');
where row:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top