Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

フロントエンド - JavaScript/jQuery - Hello World! #47

Open
fr-sasaki opened this issue Aug 8, 2014 · 0 comments
Open

フロントエンド - JavaScript/jQuery - Hello World! #47

fr-sasaki opened this issue Aug 8, 2014 · 0 comments
Labels

Comments

@fr-sasaki
Copy link
Member

■目的

jQueryで簡単なプログラムを書いてみます。

■課題

以下のソースを基にHTMLファイルを作成して下さい。

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
</head>
<body>

<!-- header -->
<header>
  <h1>jQueryサンプル</h1>
</header>

<!-- content -->
<article>
  <p id="msg">サンプルです。</p>
</article>

<!-- footer -->
<footer>
  Copyright 2014
</footer>

</body>
</html>

作成したHTMLファイルをブラウザで開いた時にHello World!とアラートが表示されるようにして下さい。
その際、以下の事を考慮、調べて実装して下さい。

  • 出力する文字列を変数に格納
    • 変数や型が何か分からなければ調べて下さい
  • 文字列をアラートで表示
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant