Skip to content

Instantly share code, notes, and snippets.

@maagmirror
Created January 17, 2023 23:48
Show Gist options
  • Save maagmirror/80d6b72f54cb0cb82e35d0d15c405983 to your computer and use it in GitHub Desktop.
Save maagmirror/80d6b72f54cb0cb82e35d0d15c405983 to your computer and use it in GitHub Desktop.
jquery on wordpress
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