Coding
Help with Removing class and attributes after .animate
I’ve created a function to animate out a div on click and I need to remove a class and an attribute after the animation has completed. Here’s the code: $(‘.close__overlay’).on(‘click’, function(){$(‘.fw__bio-container’).animate({right: “-200%”}, 50, function() {// Read more…