Skip to content

Instantly share code, notes, and snippets.

@brianfeister
Created December 15, 2014 14:31
Show Gist options
  • Save brianfeister/c9ba146ce77a32e8ce8b to your computer and use it in GitHub Desktop.
Save brianfeister/c9ba146ce77a32e8ce8b to your computer and use it in GitHub Desktop.
setTimeout( function() { // code for 1st popup goes here }, 500);
setTimeout( function() { // code for 2nd popup goes here }, 1000);
setTimeout( function() { // code for 3rd popup goes here }, 1500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment