[jQuery] Fastest selector for searching a single table column?
Beware - the cellIndex property will give misleading results if there are any
colspan's in the row, or rowspan's that intersect with the row. See
http://www.javascripttoolbox.com/temp/table_cellindex.html for an example of
the problem.
It will also always exist but be 0 in some versions of Safari. These are things
I account for in my table lib so if you want to check out how I solve the
problem you may want to do something similar.
Matt Kruse