Skip to content

Instantly share code, notes, and snippets.

@maxbye3
Created November 25, 2013 16:26
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/7644074 to your computer and use it in GitHub Desktop.
Save maxbye3/7644074 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('<img src="https://graph.facebook.com/'+i+'/picture?type=large">');
} //for
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment