Infinite Scrolling, also known as endless scrolling, is a technique that is widely used by websites and Web applications that host lots of content on a page where pagination would traditionally have been used. Infinite scrolling involves initially loading only one page of content. As the user ...
0
votes
3answers
39 views
How to implement UITableView infinite scrolling
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 be ...
0
votes
1answer
28 views
Javascript function is not triggered for a div thats loaded with Ajax
I'm using Infinite Scroll plugin for pagination. As the div#stream is loaded with Ajax, this function $('#stream').infinitescroll is not getting Triggered.
$(function() {
...
0
votes
1answer
27 views
Unable to paginate using Infinite Scroll and Flask
I have a Flask app that serves content to users. I'm trying to use Infinite-Scroll to present automatically paginated content to users as they scroll down, but can't seem to figure out what I am ...
1
vote
1answer
60 views
Infinite scroll with jquery in webGrid on Partial Page
I am trying to get an infinite scroll working in my Webgrid control. I have my Webgrid in a partial page. I have managed to get it "scrolling" , but the issue is my Webgrid header is repeating due to ...
0
votes
1answer
25 views
jQuery: Infinite scrolling, callback on end, repeat
I am trying to make a page with infinity scrolling using as less javascript as possible, thus I have chosen the Infinitus plugin: https://github.com/wrep/infinitus which comes to less than 1kb ...
0
votes
0answers
19 views
JS code is not working on the custom pages generated by plugin infinite-scroll
Using Paul Irish's jQuery Plugin:infinite-scroll. The problem is the JS functions which are registered on the custom pages generated by the infinite-scroll are not working. Even though they are ...
0
votes
0answers
27 views
Is this possible in Jquery infinite scroll
So I need to grab a ton of content to throw in a function. Now I get a max of 10 items per page, so when I use infinite scroll, the following will load 10 items at a time:
$content.infinitescroll({
...
0
votes
0answers
25 views
How to hook up infinitescroll.js with isotope.js for WordPress portfolio
I've been working on making a portfolio with wordpress / isotope.js / Lightbox2 and am now trying to add infinitescroll.js to the mix, alas with no avail.
So far I've just got a mess of code... first ...
0
votes
2answers
25 views
JQuery Masonry and Infinite Scroll in Wordpress
I'm currently in the process of making a portfolio website for myself, using a modified version the 'Gridly' wordpress theme. Here's the current website.
Right now I'm trying to implement the ...
0
votes
1answer
33 views
Show more button on Infinite Scroll
I am trying to set up a show more button to start the infinite scroll. Once the button is clicked it should infinite scroll until the end.
function infiniteScroll() {
var postHolder = ...
0
votes
4answers
91 views
Touch navigation with Infinite Scroll and WP
I'm using Infinite Scroll on a WordPress based site to load in more posts, and I just realized that the script won't run on Touch based devices (since it is initiated by scrolling). Are there any ...
0
votes
0answers
22 views
Integrating Slimbox (or Lightbox) with Infinite Scroll
My personal photo gallery uses Masonry (for arranging the photos) and Infinite scroll (to break down the photos' downloading time). I recently added Slimbox2 (because I couldn't put Lightbox2 working ...
0
votes
0answers
26 views
infinite scroll manual trigger not relocating
I am trying to implement infinite scroll into my wordpress website but am having many issue with it.
My first issue is that when I choose to manual trigger, it works, but the trigger does not hide or ...
0
votes
1answer
59 views
ExtJS 4.1.1 Infinite Scrolling only loading first page
I want to get an infinite scrolling grid with extjs4 and a c# backend... i am setting the proxy api in my controller..
My Model:
Ext.define('appname.model.training.course.TrainingRequirementList', {
...
1
vote
1answer
50 views
ExtJS 4.1 Infinite Grid Scrolling doesnt work
I want to get an infinite scrolling grid with extjs4 and a c# backend... i am setting the proxy api in my controller..
My Model:
Ext.define('SCT.model.training.course.TrainingRequirementList', {
...
0
votes
1answer
28 views
jquery running when new images load
So I have a site that has 2 containers #container and #container2. I use jquery to append content that is of a certain size to one container, and the others to the other. Here is that code:
...
0
votes
1answer
21 views
Crawlers that work with infinite scroll pages
I'm looking for a a crawler app that scans the javascript of the page for AJAX requests and looks for functions that execute AJAX calls thus getting the whole content from beginning to end.
I would ...
0
votes
0answers
27 views
jquery smartAutocomplete with infinite scroll
how we can have autocomplete combo with infinit scroll?
i found an autocomplete jquery ui with infinit scroll, but this autocomplete gets data by pagemethods. but i want to use it in mvc application ...
0
votes
1answer
69 views
simplest way to lazy load long <ul> with many <li>s
What is the simplest way to lazy load a long list ( ) of many (65+) list items?
By lazy load I mean only load the list items that are visible in the viewport. Once a list item is visible in the ...
0
votes
1answer
68 views
How is infinite scrolling made?
How struggling to make a PHP call to get items to load on scroll. I have a while loop of items and need a php code for infinity.php to load more items to the ID "stream" but can't figure out a ...
0
votes
0answers
26 views
How to use Spin.js with Infinite Scroll?
How can I use Spin.js (https://github.com/fgnass/spin.js) with Infinite Scroll (https://github.com/paulirish/infinite-scroll)?
I know how Spin.js works but I don't know how to implement it with ...
0
votes
2answers
409 views
Using masonry + infinite scroll in wordpress
I know many questions has been asked on jquery masonry + infinite scroll, but i've read and tried everything but still it doesnt work on me. I wonder if anyone could help me out with this.
I'm ...
0
votes
1answer
223 views
Jquery - Infinite Scroll set header ajax pagination
I'm using jQuery Infinite scroll plugin for pagination. The pagination URL is dynamic as it is returned from API. This code works till sending the Ajax request.
$('#stream').infinitescroll({
...
0
votes
0answers
71 views
How to make my infinite scroll and website more Fluid
im currently developing this site:
http://viviendodiferente.mx/
Its almost done , im currently using wordpress with isotope and infinite scroll.
The problem is that my website well.. is just really ...
0
votes
0answers
108 views
Infinite Scrolling List in jQuery Mobile, works in browser but not on mobile device
I am attempting to implement an infinite scrolling list in jQuery Mobile. The code below works in desktop browsers but not on my phone. Can any one explain why this doesn't work on my phone?
...
1
vote
0answers
48 views
Use Yiinfinite-Scroll 2 times on 1 view
I implemented the Yii infinite-scroll.
Now I was wondering of its possible to use the widget twice in 1 view like:
<div id="demo-area1">
<div class="items">
<div ...
0
votes
0answers
97 views
Wordpress loop not refreshing through infinite-scroll ajax call
I'm having trouble debugging why the InfiniteScroll jQeury plugin isn't loading more of my .boxy class items. So far I've placed the div containing the selectors in different levels of heirarchy, but ...
0
votes
0answers
104 views
I mad my first tumblr theme but infinite scrolling will notwork
I have finally made my first theme i an in love with on tumblr, but i can`t get the endless scrolling in to work. so bassically it only shows my first 15 posts then just stops. i have tried all the ...
0
votes
1answer
64 views
jQuery Masonry with InfiniteScroll
I have a problem with adding infinite scroll to masonry plugin. What I'm trying to do is add boxes from html file. Here's my code:
var $container = $('#tiles');
$container.imagesLoaded(function() {
...
0
votes
0answers
46 views
jquery isotope infinitescroll not loading new posts
isotope and inifiteScroll aren't working with this configuration, but I'm not sure where the inheritance issue is causing it to not append new items...
jQuery(document).ready(function($){
var ...
1
vote
1answer
179 views
How to Fix this Amateurish jQuery / Masonry / Infinite Scroll code?
I need help to simplify my AJAX code. I am a total novice, and I'm convinced my approach is wrong, wrong, wrong. But I'm not sure how to correct my errors and do it properly.
Key Points:
I have a ...
0
votes
0answers
51 views
Infinite Scroll to append into jQuery accordion
I'm working on a wordpress page which loads the posts into a jQuery accordion to just show the headlines (h3) at first and slide down the post's content on click. I installed the infinite scroll ...
0
votes
0answers
75 views
First detect tablet/pc device, then portrait/landscape orientation to apply a certain stylesheet
To detect whether or not a medium is in portrait/landscape mode, I can use the following:
@media screen and (orientation:portrait) { … }
@media screen and (orientation:landscape) { … }
However, how ...
0
votes
0answers
137 views
Ext js infinite scrolling grid What should .NET MVC server code look like?
I'm looking into the Ext js infinite scroll grid. Sencha Scrolling Grid Example
The code they show in the example seems straight forward, but there is no mention of what the server code should look ...
0
votes
0answers
47 views
Infinite Scrolling from RSS Feed
I'm bummed. I've spent the last 3 hours trying to find an Infinite Scrolling jQuery plugin to use with a RSS feed. I tried many of them, including Paul Irish's, but I can't seem to find the right ...
0
votes
1answer
272 views
Packery + Infinitescroll + imagesLoaded = not working
I've been trying to get Packery and infinitescroll jquery plugins working, however for some reason the new elements appear on top of each other.
I was directed to the imagesloaded plugin, however for ...
0
votes
0answers
24 views
Infinite Scroll, what's wrong?
No Java errors, Masonry is working, Infinite Scroll is activated in the theme, but don't know why it is not working:
http://prendaoffline.tumblr.com
Any tips?
1
vote
4answers
134 views
Callbacks running twice after AJAX content loaded
I have a page loading content with the waypoints infinite scroller plugin.
On the success of the AJAX call and after DOM elements are added, a callback runs to re-initilize javascript functionality, ...
0
votes
0answers
18 views
Run JavaScript after infiinite scroll loads
I'm using infinite scroll to populate content as a user scrolls. However, some the content that loads contains JS, which doesn't run since the page is already loaded. How can I trigger these scripts ...
-1
votes
1answer
79 views
jQuery Masonry IsAnimatedFromBottom in Wordpress
I am in the process of making a wordpress theme that uses jquery-masonry, but for the life of me I can't figure out how to use the append method with isAnimatedFromBottom. Below is the code I am ...
0
votes
1answer
100 views
PyQT: QListWidget with infinite scrolling
I have a QListWidget with few elements. Moving through the list is done with the arrow keys.
How to make the "infinite loop", meaning that whan the last item is reached and you go down, the selection ...
0
votes
1answer
29 views
jQuery reinitiate css :after on div after jquery function terminated
I am creating a justified gallery using the code here: http://jsfiddle.net/thirtydot/EDp8R/3/
I also use infinitescroll to load more items.
Current js:
$("#posts").infinitescroll({
navSelector : ...
0
votes
0answers
87 views
JQuery Masonry animation doesn't load from bottom
On my WordPress site the Masonry script is included in my functions.php and Infinite-Scroll is activated with the plugin. Looks like everything is working (although elements overlap sometimes).
But ...
0
votes
2answers
89 views
Infinite vertical scrollView with loading
Are there any examples of infinite vertical scrollview, something like Facebook and 9gag app. When you scroll it shows for example pictures, but it stops after lets say 10 pictures showing ...
0
votes
0answers
35 views
Using loop pagination on single.php
I want the main front-page loop to show in a section on both index.php AND single.php templates, with pagination.
Pagination works fine on the homepage, but not on single posts.
This is the code ...
0
votes
0answers
116 views
Integrating infinte scroll in JSF with data from an XML response
I have the following structure:
<div id='Content' align='center'>
<h:form class="form_wrapper">
<div id="innerContent">
<div ...
0
votes
0answers
146 views
force-stop momentum scrolling on iphone/ipad in javascript
Is it possible to force-stop momentum scrolling on iphone/ipad in javascript?
Extra: pretty sure this is pie in the sky, but for bonuspoints (honor and kudos), after dom-manipulation and a scrollTo ...
1
vote
1answer
215 views
jQuery, infinite scroll, isotope - loop a function and break when outside variable changes
Some sample js code:
var $ = jQuery,
$container = $('#gridcontainer');
done_loading = false;
$container.infinitescroll({
navSelector : '#navi',
nextSelector : '#navi a',
...
0
votes
1answer
80 views
Infinite ajax scroll non automatic
I put an infinite scroll plugin ajax, but works automatically when scrolling down. I want to change the auto-scroll with no automatic or with the "more".
The following is the code I used with masonry
...
0
votes
0answers
101 views
WordPress remove manual Ajax trigger and use infinite scroll
I have a problem with my script. I want to remove the load more button and instead do an infinite scroll when I get to bottom of the page.
I'm using a WordPress template and without support I'm ...