Skip to content

Instantly share code, notes, and snippets.

@crittermike
Created August 9, 2010 18:29
Show Gist options
  • Save crittermike/515868 to your computer and use it in GitHub Desktop.
Save crittermike/515868 to your computer and use it in GitHub Desktop.
$("p:contains('search term')").each(function(){
$(this).html($(this).html().replace(/search term/, "replace term"));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment