Global Arbeitshandschuhe
Menu
jQuery(document).ready(function($) { $('.item p').each(function () { $(this).html(function (i, html) { return $(this).html().replace(/[...]/g, '123456'); }); }); });