https://github.com/dimdengd/iframe-navigation
Library to open links as iframes to be able to press Back button to go to page without reload
https://github.com/dimdengd/iframe-navigation
Last synced: about 1 year ago
JSON representation
Library to open links as iframes to be able to press Back button to go to page without reload
- Host: GitHub
- URL: https://github.com/dimdengd/iframe-navigation
- Owner: dimdenGD
- License: mit
- Created: 2023-08-03T14:49:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T11:39:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T17:52:36.857Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iframe-navigation
Library to open links as iframes to be able to press Back button to go to page without reload.
Usage:
```js
document.addEventListener('click', useIframeNavigation);
```