Skip to content

Instantly share code, notes, and snippets.

@ricardozea
Last active October 13, 2015 08:48
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 ricardozea/4170442 to your computer and use it in GitHub Desktop.
Save ricardozea/4170442 to your computer and use it in GitHub Desktop.
Sublime Text 2 Snippet: jQuery shorthand function
<snippet>
<content><![CDATA[
\$(function() {
\$('$1').('$2');
});
]]></content>
<tabTrigger>jq</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment