Target next row of floated elements?

I have a codepen http://codepen.io/anon/pen/qEKzXd .

And if you click an item in the grid an absolute positioned element is shown. What I also want to happen is that the next rows of items is pushed down with the height of the absolute positioned element. But I don’t know how to target the “rows” when I’m using floated elements.

Think and hope the jq next() function will do this

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.