How to Hide a tr after checking two condition
Below is my html code and I have to hide this row after meting below condition using jquery
Condition
h3 tag should containing 'lblInformation9' and
td contains text "Broadcast Tech"
HTML
<tr><td width="190px" valign="top" class="ms-formlabel"><h3 class="ms-standardheader"><nobr>lblInformation9</nobr></h3></td><td width="400px" valign="top" class="ms-formbody lblInfo" colspan="2">Broadcast Tech</td></tr>