As shown in the image below, I have several div inside a div (outer div). I need to count the number of rows the outer div have. In this example the row count is 5.
Note:The inner div is floated left and its content is created dynamically.
Does anyone has any ideas?