SyntaxFix
Write A Post
Hire A Developer
Questions
You can use clone, and then since each div has a class of car_well you can use insertAfter to insert after the last div.
$("#car2").clone().insertAfter("div.car_well:last");