I have a string in JavaScript and it includes an a tag with an href. I want to remove all links and the text. I know how to just r
a
href
Just commented about John Resig's HTML parser. Maybe it helps on your problem.