I'm trying to highlight just one specific row in a table using jQuery. The row will have an 'active' status. I have seen plenty of examples online which show how to do zebra striping for alternate row styling. Does anyone know of a jQuery expression which will get a element based on the value of a element in a specific column?
Perfect. Every time I start to think something will be complicated w/ jQuery, there's a one-liner that gets it done. Thanks.
Mark Struzinski
2008-10-08 14:36:16
Can't get $("td").contains("test") to work. Though $("div:contains('John')") is OK.
Alexander Prokofyev
2008-10-09 05:54:41