Skip to content

Instantly share code, notes, and snippets.

@hefhuman
Created March 22, 2019 03:39
Show Gist options
  • Save hefhuman/3e02abecd94510e3abe1f56708122307 to your computer and use it in GitHub Desktop.
Save hefhuman/3e02abecd94510e3abe1f56708122307 to your computer and use it in GitHub Desktop.
if (sessionStorage.getItem('advertOnce') == null) {
$('.modal_con').css('display', 'block');
sessionStorage.setItem('advertOnce', 'true');
}
// more details on https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_storage_getitem_session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment