Skip to content

Instantly share code, notes, and snippets.

@danbrianwhite
Last active December 16, 2015 13:48
Show Gist options
  • Save danbrianwhite/e9f5e44f6ef5485c7e2f to your computer and use it in GitHub Desktop.
Save danbrianwhite/e9f5e44f6ef5485c7e2f to your computer and use it in GitHub Desktop.
Internet Connection Test
$.ajax({url: filePath()+'/../../connectionTest.gif', cache: false} ).fail(function() { alert("Your connection to the internet has been lost. Please reconnect to the internet to continue this course."); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment