[jQuery] Find and replace all instances of a string with another string?

[jQuery] Find and replace all instances of a string with another string?


Let's say I want to replace all instances on a page of "golf" with
"football" (just plain text). How would I do this with jQuery?