SyntaxFix
Write A Post
Hire A Developer
Questions
Here's an easy jQuery way:
var el = $('#yourid .yourclass'); el.html(el.html().replace(/Old Text/ig, "New Text"));