Skip to content

Instantly share code, notes, and snippets.

@juhahinkula
Created April 12, 2018 10:58
Show Gist options
  • Save juhahinkula/b416ff00125fb220317ade2b8a8670f3 to your computer and use it in GitHub Desktop.
Save juhahinkula/b416ff00125fb220317ade2b8a8670f3 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Using jquery</title>
<meta charset="utf-8">
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/list.js/1.5.0/list.min.js"></script>
<script>
//Type your script here
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment