<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" name="Content-Style-Type" content="text/css">
<title>Document</title>
</head>
<body>
<h1 style="display: none;">サンプルタイトル</h1>
<h2 style="display: none;">サンプルタイトル</h2>
<button>ボタン</button>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script>
$('button').click(function() {
$('h1').toggle();
$('h2').toggle();
})
</script>
</body>
</html>
More than 3 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme