[jQuery] remove all center tags hidden
Hello everybody,
I'm trying to remove all the "center" tags which have a visibility
hidden. I tried :
$("center[@style*=hidden]",pDocument).remove();
(pDocument is the node I'm working on) but this doesn't work.
Any idea?
Thanks a lot :)