SyntaxFix
Write A Post
Hire A Developer
Questions
your fadeIn() function calls the fadeOut() function, which calls the fadeIn() function again. the recursion is in the JS.
fadeIn()
fadeOut()