replace all link a by text itself📅 2025-02-02 05:44:13 — 👀 137 — 👦 admin $(elements).find("a").each(function() { $(this).replaceWith($(this).text()); });