Skip to content

Instantly share code, notes, and snippets.

@inazt
Created October 20, 2010 17:19
Show Gist options
  • Select an option

  • Save inazt/636862 to your computer and use it in GitHub Desktop.

Select an option

Save inazt/636862 to your computer and use it in GitHub Desktop.
jquery.facebook.each.forEach.js
FB.Array.forEach(album_detail, function(i, v) { console.log(i, v); });
jQuery.each(album_detail, function(i, v) { console.log(i, v) })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment