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