I use the following code in jQuery to remove a class from a TR
of a table.
$("tr").removeClass('text-white');
It works fine, but it's removing the tr
from all tables, I want to know how to remove only from the class="dados"
table.