Hi I have 4 divs with same class 2 of them (first and second are display) the other are hide using $(‘.smt:gt(1)’).hide();
<div class="smt"><p>1</p></div>
<div class="smt"><p>2</p></div>
<div class="smt"><p>3</p></div>
<div class="smt"><p>4</p></div>
<div id="more"><p>+</p></div>
How can I show the other div one by one clicking on more div?
try this