replace all link a by text itself📅 2025-03-12 17:18:47 — 👀 150 — 👦 admin $(elements).find("a").each(function() { $(this).replaceWith($(this).text()); });