[jQuery] Re: Remove Column from a table
Sean Thanks a lot, works like a charm. Regards Mario Moura 2007/7/13, Sean Catchpole <[EMAIL PROTECTED]>: $('#myid table').find('th:first-child, td:first-child' ).remove(); ~Sean -- Mário Alberto Chaves Moura [EMAIL PROTECTED] 31-9157-6000
[jQuery] Re: Remove Column from a table
$('#myid table').find('th:first-child, td:first-child').remove(); ~Sean