<div class="searchDiv">
<div class="row"></div>
<div class="row"></div>
<div class="row"></div>
<div class="row"></div>
</div>
I am trying to call $("div.searchDiv").slideToggle("slow");
on div with class searchDiv
which is hidden initially using display:none
. There are again some div elements inside those 4 div's with class row
. Does it matter how the elements are placed inside the main div searchDiv
because I see that the the toggle effect is not smooth for the elements placed inside the main div.