I'm trying to remove all the "center" tags which have a visibilityhidden. 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 :)
Post a Comment
No comments:
Post a Comment