Bit tricky to communicate but hope this makes sense.
I have 8 div containers and need to wrap all the even numbers with an extra div using Jquery, the desired effect like so,
<div id="wrapper">
<div id="content">
</div></div>
<div id="content">
</div>
<div id="wrapper">
<div id="content">
</div></div>