Skip to content

Instantly share code, notes, and snippets.

@kostasx
Created October 24, 2012 00:28
Show Gist options
  • Save kostasx/3942974 to your computer and use it in GitHub Desktop.
Save kostasx/3942974 to your computer and use it in GitHub Desktop.
Sublime Text 2 Snippet: jQuery Document Ready
<snippet>
<content><![CDATA[
\$(function(){
${1}
});
]]></content>
<tabTrigger>$.ready</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment