Skip to content

Instantly share code, notes, and snippets.

@rncrtr
Created April 26, 2013 17:22
Show Gist options
  • Save rncrtr/5468842 to your computer and use it in GitHub Desktop.
Save rncrtr/5468842 to your computer and use it in GitHub Desktop.
#image #precache #js
<script type="text/javascript">
img1 = new Image();
img1.src = 'path/to/image.jpg';
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment