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
0
votes
1 answer

trigger infiniteajaxscrolling when there's initially not enough content for scroll bar on page load

I'm using infiniteajaxscrolling, but my initial ajax call often (depending on screen size) doesn't contain enough content that it shows a scroll bar. Without scrollbar, there is no scroll event => infinite scrolling never starts? How can I let ias…
JoeSchr
  • 1,067
  • 1
  • 9
  • 14
0
votes
1 answer

Custom Icon with jQuery IAS plugin?

I'm using the jQuery IAS plugin with the spinner extension to load posts from a paginated list of links. The docs specify src: '' as a way to link a custom loading gif, but I'd like to use an icon font spinner like this. Anyone know…
rugor
  • 58
  • 7
0
votes
1 answer

jquery-ias not loading anything

I am using jquery-ias.min.js for producing an infinite scrol in my page but the plugin is not displaying anything.. Just the message that "there are no more pages left to load"? i am using this code.
0
votes
1 answer

How do I unbind this piece of jquery?

My Shopify store uses Ajax call's to add products to the cart and jQuery to update the front-end. I recently installed infinite-ajax-scroll but this brought some issues. When scrolling down to the products loaded by infinite-ajax-scroll, and then…
narzero
  • 2,199
  • 5
  • 40
  • 73
0
votes
1 answer

How do I bind and unbind infinite-ajax-scroll so other jQuery works?

Note: I know this is a common issue and a lot has been written about this but I can't seem to fix it. My Shopify store uses Ajax call's to add products to the cart and jQuery to update the front-end. I recently installed infinite-ajax-scroll but…
narzero
  • 2,199
  • 5
  • 40
  • 73
0
votes
1 answer

Jquery-ias breaking clickable row

I am using jQuery 2.1.1, and have been using it to add 'clickable' to rows returned from a database using this: