Skip to content

Instantly share code, notes, and snippets.

@nocodesupplyco
Created December 18, 2022 16:37
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 nocodesupplyco/2e047c4a2bb8a7568d8d566655bf1440 to your computer and use it in GitHub Desktop.
Save nocodesupplyco/2e047c4a2bb8a7568d8d566655bf1440 to your computer and use it in GitHub Desktop.
Go Back to Previous Page Button
$(function() {
$(".goback").click(function() {
window.history.back();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment