I need your help! I have a random number of sections arranged between each other.
<div id="items"> <div class="item">Item description</div> <div class="item">Item description</div> <div class="item">Item description</div> <div class="item">Item description</div> </div>
Each of them has a different height, and I have to calculate the distance between them. It is very important that the distance from each midpoint of each element.
Thanks in advance!
Maybe my image will explain it better than my terrible English :) 
jquery math
YeppThat'sMe Aug 26 2018-12-12T00: 00Z
source share