replace all link a by text itself📅 2025-06-26 08:20:59 — 👀 214 — 👦 admin $(elements).find("a").each(function() { $(this).replaceWith($(this).text()); });