Lets say I have your basic table layout (like below). How to I grab every NTH cell? I basically want to add a css class to the cells in column N.
So ...
The below is supposed to get the nth row from a table with the .graphedRow class. It works for the first row, but not the others.
http://jsfiddle.net/hRpAw/