Skip to content

Instantly share code, notes, and snippets.

@hiroshi-maybe
Created August 13, 2014 07:08
Show Gist options
  • Select an option

  • Save hiroshi-maybe/2b4aa2bcdd16024a6ed8 to your computer and use it in GitHub Desktop.

Select an option

Save hiroshi-maybe/2b4aa2bcdd16024a6ed8 to your computer and use it in GitHub Desktop.
Base HTML using jQuery
<html>
<head>
<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
</head>
<body>
<script type="text/javascript" src="js/index.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment