Skip to content

Instantly share code, notes, and snippets.

@stracker-phil
Created March 21, 2019 21:23
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 stracker-phil/d408513ae19060baa1b986c72a1f8013 to your computer and use it in GitHub Desktop.
Save stracker-phil/d408513ae19060baa1b986c72a1f8013 to your computer and use it in GitHub Desktop.
<script>
jQuery(window).on('scroll.popup', function() {
if (jQuery(window).scrollTop() >= 200) {
jQuery(window).off('.popup');
DiviPopup.openPopup('#get-newsletter');
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment