3.0.14 • Published 1 year ago

fork-ajaxinate v3.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

3.0.14

1 year ago

3.0.13

1 year ago

3.0.12

1 year ago

3.0.10

1 year ago

3.0.11

1 year ago

3.0.7

1 year ago

3.0.6

1 year ago

3.0.4

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago