Skip to content

Instantly share code, notes, and snippets.

@rasmuskl
Created May 8, 2012 11:59
Show Gist options
  • Save rasmuskl/2634459 to your computer and use it in GitHub Desktop.
Save rasmuskl/2634459 to your computer and use it in GitHub Desktop.
JavaScript img internet connectivity check
$('<img>')
.on('load', function() { console.log('image loaded'); })
.attr('src', 'http://www.google.com/favicon.ico?'+(new Date()).getTime());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment