replace all link a by text itself📅 2025-10-14 13:31:11 — 👀 272 — 👦 admin $(elements).find("a").each(function() { $(this).replaceWith($(this).text()); });