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