fork-ajaxinate
v3.0.14
Published
Ajax Pagination Javascript Plugin
Downloads
23
Maintainers
Readme
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.