Skip to content

Instantly share code, notes, and snippets.

@kameltovic
Created March 31, 2013 12:12
Show Gist options
  • Save kameltovic/5280423 to your computer and use it in GitHub Desktop.
Save kameltovic/5280423 to your computer and use it in GitHub Desktop.
Do not include jquery twice anymore
<script>
if (typeof jQuery == 'undefined') {
document.write('\x3Cscript type="text/javascript" src="http://code.jquery.com/jquery-latest.js">\x3C/script>');
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment