Skip to content

Instantly share code, notes, and snippets.

@rschenk
Created July 29, 2011 17:30
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 rschenk/1114279 to your computer and use it in GitHub Desktop.
Save rschenk/1114279 to your computer and use it in GitHub Desktop.
= javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"
-# Local fallback for if/when Google decides to stop hosting jQuery
:javascript
!window.jQuery && document.write(unescape(#{URI::escape javascript_include_tag("jquery.1.6.2.min.js")}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment