Return to Snippet

Revision: 31898
at September 15, 2010 16:10 by Sullan


Initial Code
jQuery('html').each(function(i){ jQuery(this).text(jQuery(this).text().replace('ch','Ä‹')) 
})

Initial URL


Initial Description


Initial Title
Find and replace characters in a loop

Initial Tags
jquery

Initial Language
jQuery