Why is my purple overlay with yellow text showing only once after the button is clicked, even though I have toggled the function?
Check out my codepen to test the issue:
https://codepen.io/cat999/project/editor/AEeEdg
$('.animate-this').click(function() {
$('p').slideToggle("fast");
});
Any simple solutions to fix this problem?