Last active
February 14, 2022 17:44
-
-
Save bacoords/ec05e3663fd3d6f5082566abb51cdcef to your computer and use it in GitHub Desktop.
My default wrapper when using jQuery in 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
(function($) { | |
$(document).ready(function($){ | |
}); | |
})( jQuery ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment