Jqerrt Holen Sie sich alle IMG -Alt aus der String

    $("#mycontent img").each(function () {
        var altText = $(this).attr("alt");
        $(this).replaceWith(altText);
    })
Borma