(function($){ $(document).ready(function(){ $(".proj").each(function(i){ $(this).after("").next().attr({"name":$(this).attr("name"), "id": $(this).attr("id")}).append(""); }); $(".proj").remove(); }); })(jQuery);