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?
class=".container"is a typo? It's valid to have.in a class name, but not something you'd generally want to do.