(function($) { $(window).on('load', function() { var $menu = $('#nav'); var $menu_simple = $(""); $menu.children("ul").each(function(index) { $(this).children("li").each(function(index) { $menu_simple.append($(this).clone()); }); }); $menu.append($menu_simple); }); })(jQuery);