$('ul.menu').each(function(){ $('<ul class="menu"></ul>').append($('li:gt(4)', this)).insertAfter(this); });