Skip to content

Instantly share code, notes, and snippets.

@lukeholder
Created November 1, 2012 09:34
Show Gist options
  • Save lukeholder/3992725 to your computer and use it in GitHub Desktop.
Save lukeholder/3992725 to your computer and use it in GitHub Desktop.
First Domain Image Fix
jQuery('#feature-wrapper .feature img').attr('src',jQuery('#feature-wrapper .feature img').attr('src')+'?r='+Math.floor(Math.random()*1000000))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment