Skip to content

Instantly share code, notes, and snippets.

@fredkingham
Created May 20, 2013 09:39
Show Gist options
  • Save fredkingham/5611294 to your computer and use it in GitHub Desktop.
Save fredkingham/5611294 to your computer and use it in GitHub Desktop.
Sublime snippet to import jquery
<snippet>
<content><![CDATA[<script src="//ajax.googleapis.com/ajax/libs/jquery/${1:1.9.1}/jquery.min.js"></script>$0]]></content>
<tabTrigger>jquery</tabTrigger>
<description>Google CDN: jQuery</description>
<scope>text.html</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment