Get Custom Attribute ID and assign color to a grid row.

Get Custom Attribute ID and assign color to a grid row.

Hi All, i am pretty new to Jquery. Here what i need to solove.

I am using a 3rd party tool that will render HTML form based on some XML at runtime. It will get a recordset and create a grid. Based on what's in a cell i need to change a cell/row color.

I view source on the html page and i see that there is a custom element that gets created <row  _ID = "1". I need to change the font color of  this row (even better a cell).

How can i get this row element and attraipbute '"_ID" ?

I am attaching a file (Please search for <data><row _ID)

thanks for any help!