$(function(){ $( "div.item" ).each(function() { $(this).children("div.info").after($(this).children("div.img")); }); })