Skip to content

Instantly share code, notes, and snippets.

@ihorduchenko
Created May 12, 2021 08:08
Show Gist options
  • Save ihorduchenko/0d05b3c74a11bb6db1c2088786c4dd96 to your computer and use it in GitHub Desktop.
Save ihorduchenko/0d05b3c74a11bb6db1c2088786c4dd96 to your computer and use it in GitHub Desktop.
Execute scripts after jQuery loaded
(function($) {
$(document).ready(function() {
// Do stuff now
})
})(window.jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment