May i blind or is there no parameter, option or whatever to disable the animations for:
.toggle()
I just want to show() and hide() them via toggle() but every toggle i use slideToggle, fadeToggle or even the normal toggle are with an animation.
How to "remove" them?
Just make sure the parameter to toggle() resolves to true, not to 1.
toggle(1); // animation
toggle(true); // no animation.
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