Skip to content

Instantly share code, notes, and snippets.

@wplit
Last active March 6, 2024 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wplit/dc5c2bfadaa57733967104029e464413 to your computer and use it in GitHub Desktop.
Save wplit/dc5c2bfadaa57733967104029e464413 to your computer and use it in GitHub Desktop.
scrollup after ajax end
document.addEventListener("bricks/ajax/end", () => {
window.scroll({
top: 0,
behavior: 'smooth'
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment