Skip to content

Instantly share code, notes, and snippets.

@Gesparo
Last active October 18, 2019 12:44
Show Gist options
  • Save Gesparo/a14970741832c572d706da2b0d24494e to your computer and use it in GitHub Desktop.
Save Gesparo/a14970741832c572d706da2b0d24494e to your computer and use it in GitHub Desktop.
var check = function() {
if('function' === typeof $) {
// TODO Write code here
}
else {
setTimeout(check, 1000);
}
}
check();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment