/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
jQuery('html').each(function(i){ jQuery(this).text(jQuery(this).text().replace('ch','Ä‹')) })