I'm using parallax.js and animate.css for a project. I want to click on one red circle to fire a function, but the click event isn't working on them (or anything inside the <ul> layer).
I have tried so many things now and nothing has worked. The only thing to get it working is when I delete the height attributes of the #scene <ul> but then it doesn't look right.
EDIT : The circles should hide when I click on them. It's like a layer would lay over them but there is nothing.