Skip to content

Instantly share code, notes, and snippets.

@lonelydatum
Last active December 12, 2015 12:29
Show Gist options
  • Save lonelydatum/4772777 to your computer and use it in GitHub Desktop.
Save lonelydatum/4772777 to your computer and use it in GitHub Desktop.
HTML: with jquery
<html>
<head>
<title>jquery</title>
</head>
<body>
welcome to my gist
</body>
</html>
<html>
<head>
<title>jquery</title>
</head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="scripts/vendor/jquery.min.js"><\/script>')</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment