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