$(document).ready(function () { $(".content").each(function () { var content = $(this).html(); $(this).html(zDecodeEditor(content)); }); });
$(document).ready(function () { $(".content").each(function () { var content = $(this).html(); $(this).html(zDecodeEditor(content)); }); });