<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.
I had a similar problem. Two things fixed it for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With