Skip to content

Instantly share code, notes, and snippets.

@waghcwb
Created April 9, 2016 22:12
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 waghcwb/43d0f7c6c983fdaea75dc9f43aae8edf to your computer and use it in GitHub Desktop.
Save waghcwb/43d0f7c6c983fdaea75dc9f43aae8edf to your computer and use it in GitHub Desktop.
var bandeiras = [];
$('.miolo-bandeiras').find('.text-center img').each(function() {
bandeiras.push( $(this).attr('src') );
});
copy(bandeiras.join(' '));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment