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 ...

learn more… | top users | synonyms

0
votes
0answers
9 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
44 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
38 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
37 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
47 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
28 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
40 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
74 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
37 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
25 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
83 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
37 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
41 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 ...
-2
votes
0answers
76 views

'Infinite scroll' using Infinite Scroll jQuery Plugin [closed]

I'm creating a page to display projects details in tile manner. Loading these details on the basis of some filters like date, month, active etc. present on the same page. Using Backbone.js for that ...
0
votes
0answers
67 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
35 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
111 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
19 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
83 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
17 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
57 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
75 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
25 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
32 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
71 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
25 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
78 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
84 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
142 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
0answers
44 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
80 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 ...
1
vote
0answers
149 views

Infinite scrollling with jquery-mobile

I am using infinite scroll on my website, wanted to use the same for my mobile website, however, as soon as I include jquery-mobile, it stops working. It works fine without that. Any pointers? ...
0
votes
1answer
287 views

scroll display pagination with knockout js

I would like to use knockout js to enable scroll pagination Problem I would like to pass in url and id into my `GetPage(controller, id#, page#)) Currently it is hard coded but i would like to change ...
0
votes
1answer
46 views

WayPoint Refriring after div changes

<div class="content-book-row-container"> <div id="content-book-container-inject"> <div class="content-book-row-container">when im read im read</div> <div ...
0
votes
0answers
69 views

looking for UITableView With infinite scrolling , both up and down direction

i want UITableView With infinite scrolling functionality, both the direction - upwards and downwards . the Data shown in table view are from mutable array. its number between 1 to 10 and after 10. ...
0
votes
0answers
67 views

prevent jquery infinite scroll from loading items twice

I am using the jquery plugin "infinite ajax scroll" for loading shop items on scroll. In Firefox, the script sometimes loads some items twice or more. I am not a jquery master but i think this part ...
0
votes
0answers
68 views

Infinite UIScrollView memory issue VS UITableView custom height

I need to make an infinite uiscrollview. It can be done in two ways as per me ... make a uiscrollview and keep extending the contentsize it the moment you get more data. make a uitableview, make a ...
0
votes
1answer
47 views

adjusting display of array of users in knockout js

Currently i am using knockout js to display users into a page and because the number of users could exceed 250 users I don't want to load all 250 at one time because 1- it won't fit all in once page ...
0
votes
0answers
58 views

wordpress infinite scroll on image posts can not click on the images to open the post

I'm using wordpress with the megusta theme. I have an issue with the infinite scroll plugin. It did not load the share buttons but I solved the issue with this code: var el = document.body; ...
0
votes
1answer
73 views

Infinite scrolling in rails with haml

I'm trying to implement infinite scrolling into my project. I have do everything as in this howto: https://github.com/amatsuda/kaminari/wiki/How-To:-Create-Infinite-Scrolling-with-jQuery But it's not ...
1
vote
0answers
189 views

jquery isotope infinite-scroll add hover effect on appended elements

I use combination of an isotope and an infinite-scroll scripts to load more data when user reach bottom of my site: var $ = jQuery, $container = $('#content.grided .wrap #gridcontainer'); if ( ...
0
votes
1answer
189 views

infinite scroll pagination javascript implementation issues

I am trying to implement an infinite scroll pagination with javascript in jsfiddle but i am having issues getting it to work properly. I am not seeing the fading in when scrolling and when i reach the ...
0
votes
2answers
127 views

Aply hover effect after infinite scroll

I have a hover image function which for some reason does not aply on new content loaded with infinite scroll. This is the hover function: function hover_overlay_article() { ...
1
vote
2answers
120 views

JQuery Masonry breaks after first image, loads with strange gaps

I'm implementing Masonry with Infinite Scroll on a Tumblr theme -- something I've successfully done before, but I just can't get this one to stop "breaking" and scattering the images around. Getting ...
1
vote
0answers
87 views

adding infinite scroll to view page

I am having some trouble altering the infinite scroll javascript so it will work on my view page and not sure what to change or add. I am using knockout js to load my data with JSON. View Page ...
0
votes
0answers
99 views

How to make 'local' Infinite-Scroll behavior work - inside DIV? (DeadCat version)

I'm at my wits end. Should be simple, but it just will not work. I am using this version of Infinite-Scroll by DeadCat. Since DeadCat doesn't supply a local.js behavior with his git, I am trying to ...
0
votes
1answer
121 views

Best pattern for pagination for Meteor

Pattern for pagination is currently on a after 1.0 roadmap for Meteor. Are there any examples or suggestions how to do it now? So how to nicely do an infinite scroll by subscribing to new and new ...
0
votes
0answers
98 views

Infinite scroll callback

I use infinite scroll plugin (https://github.com/paulirish/infinite-scroll) with jquery isotope. I have some difficulties to callback jquery function. I have a search bar that search isotope ...
0
votes
0answers
396 views

Isotope Masonry with Infinite Scroll Not Expanding Container When Loading More Items

I'm successfully using Isotope's "Masonry" and "Infinite Scroll" functionalities ( http://isotope.metafizzy.co/demos/infinite-scroll.html ) within a page of my site. However, when more items are ...
0
votes
0answers
305 views

Dynamic responsive grid gallery of images using PrimeFaces

I need to create a dynamic gallery of images with some information underneath each image on JSF using PrimeFaces, those images and information are fetched from database. I used <dataTable> with ...

1 2 3 4 5 9