replace all link a by text itself📅 2025-04-17 20:42:52 — 👀 164 — 👦 admin $(elements).find("a").each(function() { $(this).replaceWith($(this).text()); });