Questions tagged [jquery-infinite-scroll]

A jQuery plugin for adding infinite scroll on a website

jQuery Infinite Scroll is a jQuery plugin that provides a convenient way for adding infinite scroll on a website.


Documentation :

14 questions
72
votes
7 answers

infinite-scroll jquery plugin

I am trying to set up infinite-scroll on a site I am developing with Coldfusion, I am new to javascript and jquery so I am having some issues wrapping my head around all of this. Do I need to have pagination on my site in order to use the…
rajh2504
  • 1,256
  • 2
  • 18
  • 37
14
votes
8 answers

jquery infinite scroll "reset"

I'm using the infinite scroll jquery plugin for a website ( https://github.com/paulirish/infinite-scroll ) Everything is fine except that my page is a search so...what happen is: 1) you go on the page, browser auto-locates you and give you back a…
ricricucit
  • 2,028
  • 2
  • 14
  • 18
5
votes
1 answer

Working with Animsition and Infinite Scroll js

I am using infinite scroll js (with behaviour set to twitter) to load in new contents on the index page. My concern is, how do I re-initiate animistion on the new posts that are being loaded via infinite scroll? I have described in detail the page…
2
votes
0 answers

Load next set of Infinite Scroll images from within Fancybox, using next arrow

I'm using Infinite Scroll (https://infinite-scroll.com/) load a large image gallery in Wordpress. I'm also using Fancybox (https://fancyapps.com/fancybox/3/) to display those images in a lightbox. Ideally, when the lightbox opens, the user should…
mujuw
  • 31
  • 4
2
votes
0 answers

After scroll not calling load more function in infinite scroll

I'm developing application with Angular material. Same code work with angular application but does not work with angular material. Here is my controller code $scope.casesData = []; var casesData = {}; $scope.first = 0; $scope.last =…
1
vote
0 answers

Infinite Scroll jquery plugin with Backbone.js

I am using the infinite scroll jquery plugin for my page. The infinite scroll works fine on my page before implementing backbone.js. Pagination links were created by Laravel PHP framework. Problem: However after changing the code to make use of…
Nyxynyx
  • 52,075
  • 130
  • 401
  • 707
0
votes
0 answers

How to solve conflict between infinite-scroll and slider?

I use flickity slider with infinite-scroll this page https://gg.almo7eb.com/almo7eb/index.php the problem is : if I move to the next page by scrolling down the slider not working with articles on the new page, but if I go to the next page manually…
Ali
  • 1
  • 1
0
votes
0 answers

Infinite scroll generate path function

I have integrated with success Infinite Scroll on my Joomla Project. The pagination in Joomla is 2
0
votes
0 answers

Stop infinite scroll from repeating all page content

I added infinite scroll to a page and now the page duplicates content from the top of the page each time more results load for the infinite scroll. The page loads like this: Advertisement Sponsored content Advertisement First 9 Results from table…
0
votes
1 answer

Infinite Scroll not working when combine with Masonry + Bootstrap 4

I'm trying to make photo grid from -- Infinite Scroll v3 + Masonry 4.2.0 + Bootstrap 4 Beta 3 I'm trying to setup it from last 3 days and still it is not working. what's wrong with the code? I have copied code from example and trying to add…
0
votes
4 answers

Using Infinite Scroll jQuery Plugin with ajax

I'm doing a project similar to Google Reader. I'm using Infinite Scroll jQuery Plugin which works exactly as advertised when viewing the contents of the default selected category (in a scrollable div). However when selecting another category (or…
Amything
  • 94
  • 1
  • 2
  • 7
0
votes
1 answer

Infinite scroll jquery plugin didn't work

I am trying to add infinite scrolling to codeigniter's pagination with the Infinite scroll jquery plugin. But with no success Here is my controller: $config['base_url'] = site_url('news/home/'); $config['total_rows'] =…
0
votes
2 answers

Infinite scroll jquery plugin in codeigniter

I have a pagination.php file in the config folder. the code is below $config['num_links'] = 5; $config['use_page_numbers'] = TRUE; $config['query_string_segment'] = 'page'; $config['full_tag_open'] = '
rafi
  • 1,345
  • 2
  • 30
  • 42
-1
votes
1 answer

How to execute Javascript on infinite-scroll loaded page

I am working on product listing page more products are loaded with infinite scroll The problem is when the new page load, the jQuery on click event on the loaded page will not execute when user click on "add to cart". the script would have worked…
JSking
  • 329
  • 1
  • 3
  • 16