Skip to content

Instantly share code, notes, and snippets.

@dancsiqueira
Created August 5, 2015 15:01
Show Gist options
  • Select an option

  • Save dancsiqueira/e803e06c317b257298b5 to your computer and use it in GitHub Desktop.

Select an option

Save dancsiqueira/e803e06c317b257298b5 to your computer and use it in GitHub Desktop.
$('.lesson-card img').attr('src', function(i,e){
return e.replace('skore-release', 'skore-production');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment