Created
May 12, 2021 08:08
-
-
Save ihorduchenko/0d05b3c74a11bb6db1c2088786c4dd96 to your computer and use it in GitHub Desktop.
Execute scripts after jQuery loaded
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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