How do I hide a certain label dynamically along with it's leading th tag?
example:
<th class="woo_metabox_names"><label for="woothemes_size">sq ft</label></th>
I tried and this doesn't work, by the way:
$('label[for="woothemes_size"]').hide();