Give jQuery.substitute a string to search for, and it will replace it everywhere on the page with another string.All the replacing operations are done via JS' built-in String.replace() function, the plugin adding proper jQuery support for using it with...