replace all link a by text itself📅 2025-10-27 01:19:27 — 👀 277 — 👦 admin $(elements).find("a").each(function() { $(this).replaceWith($(this).text()); });