Created
January 17, 2023 23:48
-
-
Save maagmirror/80d6b72f54cb0cb82e35d0d15c405983 to your computer and use it in GitHub Desktop.
jquery on wordpress
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
window.addEventListener('DOMContentLoaded', (event) => { | |
(function($) { | |
console.log('DOM fully loaded and parsed'); | |
})( jQuery ); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment