Created
December 15, 2014 14:31
-
-
Save brianfeister/c9ba146ce77a32e8ce8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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