$(document).ready(function() { $("img").each(function() { $(this).attr("src").insertAfter(this); }); })
Select allOpen in new window
Open in new window