Skip to content

Instantly share code, notes, and snippets.

@jerrickhakim
Created February 18, 2018 06:11
Show Gist options
  • Save jerrickhakim/0dfde864905184766d39f6d7e8201317 to your computer and use it in GitHub Desktop.
Save jerrickhakim/0dfde864905184766d39f6d7e8201317 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function($) {
var referrer = document.referrer;
if (referrer == 'urlhere/') {
$("#ID").css("display", "block");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment