Skip to content

Instantly share code, notes, and snippets.

@stepheneyer
Created May 6, 2015 16:45
Show Gist options
  • Save stepheneyer/2f721e62977a175156a8 to your computer and use it in GitHub Desktop.
Save stepheneyer/2f721e62977a175156a8 to your computer and use it in GitHub Desktop.
script to call jQuery in html
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.js"></script>
<title></title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment