3.0.14 • Published 1 year ago
fork-ajaxinate v3.0.14
Ajaxinate (Forked from Elkfox)
Ajax pagination plugin for Shopify themes
Usage
- Include in your
Ajaxinate
script.
import {Ajaxinate} from 'fork-ajaxinate'
- 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.