//find the title and image relative to the item being iterated over$( ".item" ).each(function( index ) { $('.title', this).prependTo($('.image', this));});
↧
Answer by Taplar for Move element inside another (parent with same class)
↧