fork-ajaxinate

3.0.14 • Public • Published

Build Status

Ajaxinate (Forked from Elkfox)

Ajax pagination plugin for Shopify themes

Usage

  1. Include in your Ajaxinate script.
import {Ajaxinate} from 'fork-ajaxinate'
  1. Initialize the plugin.
 new Ajaxinate({
  container: '.ajaxinate',
  pagination: '.paginate-button',
  loadingText: 'Loading more...',
  method: 'click',
  saveHistory: true,
  loader: true
 });

License

The code is available under an MIT License. All copyright notices must remain untouched.

Package Sidebar

Install

npm i fork-ajaxinate

Weekly Downloads

0

Version

3.0.14

License

MIT

Unpacked Size

61.6 kB

Total Files

22

Last publish

Collaborators

  • drnhzn