Highligh row which having fax Value

Highligh row which having fax Value

nagaraj123nagaraj123 Posts: 2Questions: 0Answers: 0
edited September 2012 in General
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]

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    When are you running that code? In fnInitComplete? It should like it should work.

    Allan
This discussion has been closed.