$('form > input').each(function(){ $(this).next('label').andSelf().wrapAll('<div class="test"/>'); });