I have the following lines inside a table:
<table id="table_marcas">
<tr>
<td>Nome</td>
<td class="template">Óleos</td>
<td class="template">Veículos</td>
<td class="template">Óleos</td>
</tr>
.....
</table>
These lines are generated dynamically on the server according to some conditions, and may or may not exist in the final HTML. What I'm looking for is to get the contents of the class "template, and then check if there is any equal to" Oils ".