Highligh row which having fax Value
Highligh row which having fax Value
nagaraj123
Posts: 2Questions: 0Answers: 0
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