Skip to content

Instantly share code, notes, and snippets.

@rdallaire
Created April 1, 2014 19:06
Show Gist options
  • Save rdallaire/9920846 to your computer and use it in GitHub Desktop.
Save rdallaire/9920846 to your computer and use it in GitHub Desktop.
$('img').each(function(){$(this).attr('src', 'http://fillmurray.com/200/300');});
$('img').css('border', '5px solid tomato');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment