Skip to content

Instantly share code, notes, and snippets.

@bacoords
Created February 14, 2022 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bacoords/ff8579c487fafa1c867fad26a83cf016 to your computer and use it in GitHub Desktop.
Save bacoords/ff8579c487fafa1c867fad26a83cf016 to your computer and use it in GitHub Desktop.
VSCode snippet for a simple jQuery wrapper
{
"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