I'm trying to remove a word from a paragraph using javascript. So far I've written this, but no luck with having it remove the word.
The word I'm trying to remove is S
Subheadline space
jQuery(function($) {
document.body.innerHTML = document.body.innerHTML.replace( 'S
Subheadline space
', "");
});
<p><span class="excerpt_part"><strong>HANDRAIL</strong>S
Subheadline space
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis…</span></p>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…