I have a couchapp based on evently. When I push the couchapp and start browsing it, it works fine. But as soon as I reload the page, the events stop being generated: in this case click events on an `a href`.
The most confusing thing about this is that this is occurring only for events happening in a certain div: the rest of the divs continue to generate the events normally.
To get the events from the problematic div again, I need to re-push the couchapp.
It's going to be impossible to know what the problem is without seeing code.
以上就是Evently events stop being triggered after page reload的详细内容,更多请关注web前端其它相关文章!