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