Move block after every 3 elements (jQuery)
Question: Hello. There is a block with N elements and 1 block, it is necessary that when you click on this element, the block that currently has the display: none property moves under it; My code moves the block every time after 6 elements: http://jsfiddle.net/Qe9sS/1/ It is necessary that when …