Skip to content

Instantly share code, notes, and snippets.

@watershed
Created February 3, 2011 13:25
Show Gist options
  • Save watershed/809461 to your computer and use it in GitHub Desktop.
Save watershed/809461 to your computer and use it in GitHub Desktop.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
if (typeof jQuery === 'undefined') {
var e = document.createElement('script');
e.src = 'js/jquery-1.4.3-min.js';
e.type='text/javascript';
document.getElementsByTagName('head')[0].appendChild(e);
}
</script>
@watershed
Copy link
Author

happyworm showed me the way on this:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment