Skip to content

Instantly share code, notes, and snippets.

@maggo
Created April 19, 2012 13:21
Show Gist options
  • Save maggo/2420952 to your computer and use it in GitHub Desktop.
Save maggo/2420952 to your computer and use it in GitHub Desktop.
Sublime Text Snippet: jQuery embed
<snippet>
<content><![CDATA[<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript">
(function(\$){
\$(function(){
$1
});
})(jQuery);
</script>]]></content>
<tabTrigger>jquery</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment