193799/add-something-after-the-n-element-using-jquery
For a markup like
<div id="holder"> <div>div 1</div> <div>div 2</div> <div>div 3</div> <div>div 4</div> </div>
how do add some markup after the second DIV for instance?