[jQuery] Re: Remove Column from a table

2007-07-13 Thread Mario Moura
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

2007-07-12 Thread Sean Catchpole
$('#myid table').find('th:first-child, td:first-child').remove(); ~Sean