Any clue how I can access each th under class="CenteredHeader" to add more parameters via jQuery to a tag?
<tr class="CenteredHeader">
<th scope="col"></th>
<th scope="col">
<a href="/BoxOffice/Movies/807?sort=MovieName&sortdir=ASC">Pelicula</a>
</th>
<th scope="col">
<a href="/BoxOffice/Movies/807?sort=TechnologyName&sortdir=DESC">Tecnologia</a>
</th>
</tr>