$(function() { $( "dt" ).each(function() { $(this).next().addClass(this.className).removeClass("box__open") }); });