Skip to content

Instantly share code, notes, and snippets.

@jordanandree
Created April 14, 2011 19:08
Show Gist options
  • Save jordanandree/920232 to your computer and use it in GitHub Desktop.
Save jordanandree/920232 to your computer and use it in GitHub Desktop.
A TextMate Snippet that inserts a Google hosted script link with latest version. I have this bound to my Tab trigger of "jquery" for HTML Snippets
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/${0:1.5.2}/jquery.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment