I have a very simple slide toggle function as below.
$(".quickLinksLink").click(function () {
$(".quickLInksList").slideToggle(100);
});
It works but it slides the quickLInksList div down and then immediately back up. Sort of like peeka boo effect. this happen everywhere where a slideToggle function is used.
Any help will be appreciated.
Here is a fiddle with the slideToggle method implemented: http://jsfiddle.net/IrvinDominin/R2Q86/
In my example there is a button that calls the method for a div. How do you want to fire the method?
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