Created
February 14, 2022 17:39
-
-
Save bacoords/ff8579c487fafa1c867fad26a83cf016 to your computer and use it in GitHub Desktop.
VSCode snippet for a simple jQuery wrapper
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
{ | |
"JQuery Frame": { | |
"prefix": "wpjquery", | |
"body": [ | |
"(function($) {", | |
"", | |
"\t$(document).ready(function($){", | |
"", | |
"\t\t$1", | |
"", | |
"\t});", | |
"", | |
"})( jQuery );" | |
], | |
"description": "Jquery wrapper for wordpress" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment