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

Using jquery-ias with async-loaded content

I've somewhat successfully integrated the jQuery Infinite Ajax Scroll plugin into my development site - it is used twice, first on the thread list on the left, second when you load up an individual topic - but I'm having trouble with the second ias…
Matthew Johnston
  • 4,409
  • 2
  • 20
  • 27
1 2 3
4