Is there a simple way to use jQuery to remove all background styles on a page? Specifically, need to remove background color and images.
$('*').css('background', 'transparent');