paperlined.org
dev
>
web
>
formats
>
css
document updated 13 years ago, on Dec 6, 2010
Getting a selector to pick a specific column can be done several ways:
there's a
jQuery plugin
to do it
use
#mytable >tbody >tr >td:nth-child(n)