Skip to content

Instantly share code, notes, and snippets.

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