Skip to content

Instantly share code, notes, and snippets.

@sengertwd
Last active January 3, 2016 14:29
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 sengertwd/8476248 to your computer and use it in GitHub Desktop.
Save sengertwd/8476248 to your computer and use it in GitHub Desktop.
Sublime Text Snippet for jquery selector Instructions: * Install snippet * in a JavaScript line type 'jqsel' * press tab * put jQuery select in * press tab again * add jQuery methods
<snippet>
<content><![CDATA[
\$("$1").$2
]]></content>
<tabTrigger>jqsel</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment