Chaining question.... making life more efficient....
Now, I KNOW there's a better, elegant way to do this, but since I'm about 1 week into Jquery, I don't know it. Help a brother out...
$('table thead th:nth-child(4)').attr('align','right');
$('table thead th:nth-child(3)').attr('align','right');
$('table thead th:nth-child(2)').attr('align','right');
$('table thead th:nth-child(1)').attr('align','left');