Skip to content

Instantly share code, notes, and snippets.

@ryanemitchell
Created October 25, 2017 13:34
Show Gist options
  • Save ryanemitchell/8af0496c6dcc30533bf54e4a83fda49d to your computer and use it in GitHub Desktop.
Save ryanemitchell/8af0496c6dcc30533bf54e4a83fda49d to your computer and use it in GitHub Desktop.
window.onload = function() {
if (window.jQuery) {
// jQuery is loaded
alert("Yeah!");
} else {
// jQuery is not loaded
alert("Doesn't Work");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment