Skip to content

Instantly share code, notes, and snippets.

@dotMastaz
Created February 17, 2015 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dotMastaz/7a8a88152bf400887033 to your computer and use it in GitHub Desktop.
Save dotMastaz/7a8a88152bf400887033 to your computer and use it in GitHub Desktop.
jQuery Find Text and Replace
//Find Text and Replace
$("selector").text(function () {
return $(this).text().replace("search", "replace");
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment