Skip to content

Instantly share code, notes, and snippets.

@tomsato
Created January 24, 2016 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomsato/7682fdc9a5590eda1101 to your computer and use it in GitHub Desktop.
Save tomsato/7682fdc9a5590eda1101 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<script src="http://code.jquery.com/jquery-1.2.2.js"></script>
</head>
<body>
<h1>jQueryの練習</h1>
<script>
$(function() {
console.log($('h1').html());
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment