Skip to content

Instantly share code, notes, and snippets.

@yokesharun
Created February 8, 2016 13:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yokesharun/ef653601549eb20ff661 to your computer and use it in GitHub Desktop.
Save yokesharun/ef653601549eb20ff661 to your computer and use it in GitHub Desktop.
Jquery get previous url of the browser
$(document).ready(function() {
var referrer = document.referrer;
console.log(referrer);
});
// open your console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment