Highligh row which having fax Value
Highligh row which having fax Value
![nagaraj123](https://secure.gravatar.com/avatar/3d084fe5d9f7208de0a31decd048170c/?default=https%3A%2F%2Fvanillicon.com%2F3d084fe5d9f7208de0a31decd048170c_200.png&rating=g&size=120)
Using Json object i have feed the values in a table. In a table i have value as "FAX" in some cells. My question is i want to highlight entire row with some color which is having "FAX" value in a Table. I have tried below mentioned code but its not working for me
Note: i am using serverside script
[code]$("#pagination_table tr td:contains('FAX')").closest('tr').css('background-color', 'red');
[/code]
Note: i am using serverside script
[code]$("#pagination_table tr td:contains('FAX')").closest('tr').css('background-color', 'red');
[/code]
This discussion has been closed.
Replies
Allan