I would like to have jQuery append a style="text-align: left;" to all elements on my page.
I know I would probably have to do something like:
$('everything-in-the-page').each( ...
But I'm a little confused as to how I can select every HTML tag.
JUST TO STOP THE BACKLASH: This is for an accessible site (print only). So, YES I KNOW it's bad practise.