Skip to content

Instantly share code, notes, and snippets.

@SaFrMo
Created August 12, 2016 14:05
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 SaFrMo/22e468ae09762a1c65e1d2199785fefb to your computer and use it in GitHub Desktop.
Save SaFrMo/22e468ae09762a1c65e1d2199785fefb to your computer and use it in GitHub Desktop.
jQuery('SELECTOR').each(function(i) {
setTimeout(function() {
// ADD CALLBACK HERE
}.bind(this), i * 100);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment