I've got a page where user selects some tags, then in my view I make an aggregate-query to the mongodb and return a result depending on tags selected. There are a lot of documents, that's why I only display only fixed number of them. I want to use infinite scroll with ajax.I've got a page where user selects some tags, t