Replies: 1 comment
-
|
why not use https://htmx.org/extensions/loading-states/ instead of beforeRequest |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
with hx-boost="true" on body I print a custom loader on link click
document.body.addEventListener('htmx:beforeRequest', function() {
loader();
});
but loader keep on screen when you go back with the browser
a solution please ?
Beta Was this translation helpful? Give feedback.
All reactions