cara menghapus tautan di gambar di jQuery
$("a:has(img)").each(function() { $(this).replaceWith($(this).children()); })
Dead Dove
$("a:has(img)").each(function() { $(this).replaceWith($(this).children()); })