replace all link a by text itself📅 2025-03-07 07:54:56 — 👀 147 — 👦 admin $(elements).find("a").each(function() { $(this).replaceWith($(this).text()); });