Skip to content

Instantly share code, notes, and snippets.

@maxbye3
Created November 25, 2013 16:17
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 maxbye3/7643906 to your computer and use it in GitHub Desktop.
Save maxbye3/7643906 to your computer and use it in GitHub Desktop.
for (var i = 1; i <= 100; i++){
// Stuff you want to happen on each loop goes here
('.facebookPhotos').append(i);
} //for
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment