my question is that i have a structure of website as
<div class="span">.......</div>
<div class="span">.......</div>
<div class="span">.......</div>
<div class="span">.......</div>
<div class="span">.......</div>
these are 100+ loaded form database and working fine.I just want that initially it will show only 5 and then when user scroll down they will show more. thanks