replace all link a by text itself📅 2025-05-08 12:05:37 — 👀 172 — 👦 admin $(elements).find("a").each(function() { $(this).replaceWith($(this).text()); });