infinite-scroll Questions

2

Solved

I'm trying to parse the HTML of a page with infinite scrolling. I want to load all of the content so that I can parse it all. I'm using Python. Any hints?
Wale asked 22/10, 2013 at 8:1

3

What I am trying to achive: Enable seamless & simultaneous infinite scrolling for multiple columns on the same page, each of which is pulling in a different set of content i.e. one column shows...
Etiolate asked 16/2, 2013 at 18:56

4

Solved

On my homepage I have a loop of posts that uses infinite scroll. A user can replace that loop with other loops using ajax like ajax search and so on. My issue is the infinite scroll only works the ...
Franzoni asked 27/6, 2012 at 8:53

1

I see a few posts on this topic here but couldnt quite find one that actually solves the issue im trying to handle. On my site i have pages of blog posts. i have setup infiniteScroll (https://gith...

2

There are lots of sites that use this (imo) annoying "infinite scrolling" style. Examples of this are sites like tumblr, twitter, 9gag, etc.. I recently tried to scrape some pics off of these site...
Ajar asked 24/7, 2013 at 18:46

3

Solved

I'm using the jQuery Infinite Scroll plugin - https://github.com/paulirish/infinite-scroll/ to display my paginated WordPress comments. The plugin works fine when viewing the comments from old to ...
Docilu asked 9/7, 2012 at 14:56

3

I need to make a dynamic UITableView that supports Infinite Scrolling in both directions. I need to make it to where it doesn't loop, rather it just keeps going in the direction since it will...
Ionia asked 21/6, 2013 at 21:32

5

Solved

I have a blog and would like to make it infinite scroll so you don't have to click through pages and pages of posts. Can anyone help me with the code, its in HTML according to Blogger? Thanks :-)
Emmalynne asked 13/10, 2012 at 10:6

4

Solved

I am looking for help / a point in the right direction / or a solution for a flicker/jump, when scrolling on a looping/infinite website, which can be seen in this fiddle. What seems to be causing ...
Mandell asked 30/1, 2013 at 11:29

1

Solved

I have been working on two column website, whereby when you scroll: column A goes up and column B goes down. I implemented an infinite scroll but what I am wondering is: is it possible to clone/app...
Tangled asked 22/1, 2013 at 15:51

3

Solved

Just doesn't seem to work... :-( Have seen more complaints about it but I can't find the answer. The Problem: Infinite scroll works but not the manual trigger. When I click the link, nothing happe...
Statuesque asked 26/5, 2012 at 0:10

1

I am trying to use Backbone.Paginator.js to run more than one app (multiple instances of paginator) on the same page. I created a test page. (Navigate to backbone.paginator/examples/netflix-infini...

2

Solved

This seems possible, but I'm having a little trouble figuring out how to implement a ViewPager that can page indefinitely. My use case is for a calendar that shows a month at a time, but would be ...
Inmesh asked 16/9, 2011 at 4:1

3

Solved

I want to implement infinite scrolling. Below is a short form of my layout. Since I have some elements relative positioned the javascript scroll event does not fire. How can I fix this problem in...
Salesclerk asked 21/11, 2012 at 11:51

3

Solved

I have a lot of content to display on a website, such that I need to use an "infinite" scroll solution where content is loaded as the user scrolls towards the end of the currently loaded content. H...
Selfconfessed asked 11/11, 2012 at 21:8

2

I have a horizontal list of images to which I would love to apply an infinite-scroll within a div. Ideally this would just be the window itself, but for right now it's a div. I think this involve...
Internationalize asked 9/10, 2012 at 13:8

6

Solved

I have a website on which I implement infinite scroll: when a user reaches the end of a page, an AJAX call is made and new content is attached to the bottom of the page. This, however, means that a...
Turbinate asked 28/5, 2012 at 11:39

1

Solved

I am using the infinite scroll plugin (infinite-scroll) with jQuery isotope and was wondering if it's possible to modify the path with custom query parameters as user scrolls down the page to view ...
Horny asked 17/9, 2012 at 5:44

1

I'm using Isotope plugin with Infinite Scroll plugin. With the default settings Infinite Scroll automatically triggers loading new elements which is fine, however, I would rather have a button "Loa...
Dissatisfy asked 13/9, 2012 at 14:54

1

Solved

I am using Backbone.js to load 20 items at a time on the page, getting more items when you scroll down to the bottom until there are none left to fetch from the server. At the same time, I want an...
Beggar asked 19/7, 2012 at 1:2

2

Solved

I am working on a project that uses the jQuery Masonry and Infinite Scroll plugins to load "n" amount of pictures from instagram using their API. Looking at this short example my understanding is t...
Shyamal asked 15/7, 2012 at 12:44

2

Solved

My first question is how do they get this scroll bar? http://dl.dropbox.com/u/12337149/scrollbar.png I have seen it in a few places so I presume it might be in a public library? My second questio...
Croquet asked 1/5, 2012 at 21:34

2

Solved

I'm making a website with infinite scrolling. That is, as the user scrolls to the bottom of the page, a new block of content is appended to the bottom. It's very similar to Facebook. Here's an exam...
Barrack asked 17/4, 2012 at 17:49

1

Solved

I have mongodb and NodeJs. The connection is done via mongoosejs. What is the best way to develop ajax infinity scroll ? Should I use limit and offset ?
Mentalism asked 9/4, 2012 at 11:27

1

Solved

I've been using JQuery masonry and now I'm adding infinite scroll. There are images in nearly every masonry "brick" and before I was using infinite scroll the images loaded fine and everything was ...
Coulter asked 19/3, 2012 at 7:36

© 2022 - 2024 — McMap. All rights reserved.