The reason I ask is because I want to disable clicking of a show button WHILE the element it is animating is in the process of being animated.
Use the :animated selector:
var isAnimated = $('#button').is(':animated');
http://api.jquery.com/animated-selector/
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