$(document).ready(function () { $("span[data-secret]").each(function() { $(this).text(atob($(this).data("secret"))); }); });