Hi
How do I append a element a specific index of the children elements using jQuery append e.g. if I have:
<div class=".container">
<div class="item"><div>
<div class="item"><div>
<div class="item"><div>
<div class="item"><div>
</div>
and I want to append another item between the second and third item?