I have a table and I am highlighting alternate columns in the table using jquery
$(\"table.Table22 tr td:nth-child(even)\").css(\"background\",\"blue\");
This page defines a nice function for selecting a column http://programanddesign.com/js/jquery-select-table-column-or-row/