my table has the following html
<table class="tb" id="tb1">
<tr>
<th scope="col">OrderID</th>
<th scope="col">ProductName</th>
<th scope="col">Quantity</th>
</tr>
<tr>....</tr>
When i click only on either OrderID, ProductName or Quantity i.e heading, I want to apply a css class to entire column.