Timby
jQuery is such a powerful, and fun, language to learn. There may be some situations where the same class is used on multiple objects, and there may be cases where you only want to target one particular type of objects despite the same class being used multiple times.
For example:
<table class="contentpaneopen">
<tbody>
<tr>
<td class="contentheading" width="100%">
<h1>MEMBERS</h1>
</td>
</tr>
</tbody>
</table>
<div...