0
Some elements inside can vary according to the page. I can scroll through this UL, and treat each LI as an element of the Array. My question is how is it possible to display only the first 3 LI and hide the rest so that it is not displayed.
<ul class="minhaClasse">
<li>Elemento</li>
<li>Elemento</li>
<li>Elemento</li>
<li>Elemento</li>
<li>Elemento</li>
</ul>
My project has jQuery so making it easier is feasible tbm =) Obg guys
I will give +1, very simple and lean.
– LeAndrade
Thanks! Gave +1 tb in its for being functional, although not so dry :D
– Sam