Using Bootstrap 2.0 I've styled a table using .table-striped. I'm updating rows of data via ajax and when the update is complete, I want to highlight the row, which works on rows that don't have a background-color. So basically, the even rows highlight, the odd rows don't. I'm not sure why that is.
I might just be too tired right now but some advice would be appreciated.
I'm using the following code to trigger the highlight:
$("#row_" + id).effect("highlight", {}, 1500);