Skip to content

Instantly share code, notes, and snippets.

@sicktastic
Last active February 14, 2017 07:40
Show Gist options
  • Save sicktastic/8ef0c56e05ce79bdc145671a31d2ee8f to your computer and use it in GitHub Desktop.
Save sicktastic/8ef0c56e05ce79bdc145671a31d2ee8f to your computer and use it in GitHub Desktop.
// Replace this:
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
// with this jQuery CDN:
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
// or the full path:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment