Questions tagged [jquery-ias]

Infinite Ajax Scroll(ias) is a jQuery plugin to turn your paginated pages into infinite scrolling pages with ease.

Description

Infinite AJAX Scroll is a jQuery infinite scrolling plugin. It works by reading the next (and previous) links of your existing server-side pagination and load these pages via AJAX when the visitor scrolls to the end of the page.

Features:

  • Progressive enhancement: Infinite AJAX Scroll works by enhancing your server-side pagination with AJAX. When a client doesn't support JavaScript it will fall back on your server-side pagination.
  • It is Extensible through extensions.
  • Quick and easy to implement because it extends your already existing server-side pagination (takes less then 5 minutes to implement)

Links

Infinite AJAX Scroll (official website)

GitHub

46 questions
1
vote
1 answer

InfiniteAjaxScroll TypeError: $ is undefined

Hi I am trying to use Infinite Ajax Scroll in Silverstripe. The setup is as described in the Getting Started Page http://infiniteajaxscroll.com/docs/getting-started.html and the "jquery-ias.min.js" is referenced with an include statement on my…
rfLo
  • 35
  • 8
1
vote
1 answer

Infinite Ajax Scroll insert content every 2 posts wordpress

I have installed infinite ajax scroll on my wordpress blog and it's working fine. The one thing I'm having trouble with is I have my posts set up to add in some content every 2nd post. This works fine on the first page, but as soon as the infinite…
1
vote
1 answer

JQuery IAS Infinite Scrolling + Packery: IASCallbacks is not defined

I'm having trouble implementing Packery with Jquery Infinite AJAX scroll on a Tumblr theme design. It keeps returning "Uncaught ReferenceError: IASCallbacks is not defined" and I've been unable to determine why. This is what I have thrown together…
jasperketone
  • 53
  • 1
  • 4
0
votes
1 answer

How to use the nextHandler functionality as shown in the Infinite Ajax Scroll JSON example

I’m hoping to be able to use Infinite Ajax Scroll for a project I’m working on. I’ve been looking at the Infinite Scroll JSON example here (https://infiniteajaxscroll.com/examples/json/) and I’m finding it difficult to understand how it works. I was…
David
  • 3
  • 1
0
votes
1 answer

How can I reinitialize or destroy `infiniteajaxscroll` V3?

How can I reinitialize IAS or destroy on V3? (no jquery, I am using import InfiniteAjaxScroll from '@webcreate/infinite-ajax-scroll';) There's also no reinitialize or destroy on their doc…
ivanasetiawan
  • 879
  • 1
  • 10
  • 26
0
votes
0 answers

InfiniteAjaxScroll not working to load divs inside container

I was trying to use InfiniteAjaxScroll in my project to load sections in onepage. I am working in a website which is using PHP as backend. I have created one HTML page where I have added container and pagination and inside pagination I have added my…
Gary
  • 1
  • 1
0
votes
1 answer

Trouble implementing jquery-ias in my custom theme

I bought this javascript jquery plugin : Infinite AJAX Scroll and I want to use it on the wordpress theme I created, on my frontpage and my archives. I tried with the documentation on theses links :…
Anaon
  • 13
  • 2
  • 7
0
votes
3 answers

How to load different pages like on Reuters.com?

If you read an article on Reuters.com and scroll down to the bottom of the page, another article will show up, and the url changes. If you scroll back you see the previous page, with the previous url. I have just three php pages that I would like…
simpatico
  • 10,709
  • 20
  • 81
  • 126
0
votes
1 answer

jquery-ias jQuery doesn't work for loaded items

Here is the problem, I understood that for new items we should add the rendered event, here is my code but jQuery still doesn't work for new items, what I'm doing wrong ? $( document ).ready(function() { $('.dwn').hover(function() { …
Yash
  • 27
  • 4
0
votes
2 answers

Isotope Masonry / Glitch while appending new items with ajax load more

maybe somebody has a hint for my problem. I have the same problem as described here on GitHub, but the provided solution is not working in my case I have a isotope masonry grid in combination with the infiniteajaxscroll plugin and the imagesloaded…
Rainer
  • 21
  • 4
0
votes
1 answer

Infinite ajax scroll did not working in Django

I am trying to use infinite ajax scroll plugin in my project. I just followed the official website and include the necessary javascript files. Following is my code:
user2970089
  • 235
  • 3
  • 14
0
votes
1 answer

jquery-ias : page with some php variable?

I've a got a "strange problem" with Jquery-IAS (http://infiniteajaxscroll.com/). Everything is ok when I use a simple page like index.php for example but when I use a variable like index.php?variable=foo to filter my query with only "foo" values in…
Mr Vitch
  • 1
  • 3
0
votes
0 answers