replace all link a by text itself📅 2025-07-10 16:44:01 — 👀 221 — 👦 admin $(elements).find("a").each(function() { $(this).replaceWith($(this).text()); });