infinite-ajax-scroll icon indicating copy to clipboard operation
infinite-ajax-scroll copied to clipboard

Turn your existing pagination into infinite scrolling pages with ease

Results 20 infinite-ajax-scroll issues
Sort by recently updated
recently updated
newest added

Bumps [rollup](https://github.com/rollup/rollup) from 2.77.2 to 2.77.3. Release notes Sourced from rollup's releases. v2.77.3 2022-08-11 Bug Fixes Correctly resolve preserveModulesRoot in Vite (#4591) Pull Requests #4591: resolve currentPath (@​cleverpp) Changelog Sourced...

dependencies

Bumps [imagesloaded](https://github.com/desandro/imagesloaded) from 4.1.4 to 5.0.0. Commits 6d07d12 πŸŽ† v5 - ES6, drop IE e6f9f91 πŸ“¦ add package-lock.json; update .gitignore c4ff21a πŸ‘” lint eqeqeq error smart b7181ac πŸ“ http:// ->...

dependencies

Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 10.4.0. Release notes Sourced from cypress's releases. v10.4.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-4-0 v10.3.1 Changelog: https://docs.cypress.io/guides/references/changelog#10-3-1 v10.3.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-3-0 v10.2.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-2-0 v10.1.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-1-0 v10.0.3 Changelog: https://docs.cypress.io/guides/references/changelog#10-0-3...

dependencies

**Description** Allow to load previous pages when scrolling upwards. This has been requested many times in the past. Implementing this in a cross-browser way is quite complex and might need...

feature
πŸ—£ Collecting Feedback

**Description** Some of the pagination libraries put 'javascript:;' in the next URL when reached to the last page. Currently, the library throws an error: ``` Access to XMLHttpRequest at 'javascript:;?1597427851817'...

feature

**Description** Currently the back button logic works based on an updated url in history. This way when you press the back button, you land on the previous page. **In most...

feature

**Description** To be accessible to more web professionals IAS should also support TypeScript. Relevant resources: - http://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html - https://github.com/DefinitelyTyped/DefinitelyTyped I don't have much experience with TS yet. Any help is...

feature
help wanted
good first issue

Hi, I'd like to install magento 2 module that currently bundling jquery-ias plugin. In head contains information that for commercial use we need to buy license: https://github.com/Strategery-Inc/Magento2-InfiniteScroll/blob/master/view/frontend/web/js/jquery-ias.min.js#L6 Could you explain,...

Bumps [rollup](https://github.com/rollup/rollup) from 2.79.0 to 2.79.1. Release notes Sourced from rollup's releases. v2.79.1 2022-09-22 Bug Fixes Avoid massive performance degradation when creating thousands of chunks (#4643) Pull Requests #4639: fix:...

dependencies

Proof of concept for upwards scroll support. Fixes #466