質問編集履歴
1
はじめてなのでMarkdown合ってるかわからないですが・・
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
<HTML>
|
10
10
|
|
11
|
-
<header>
|
11
|
+
```<header>
|
12
12
|
<div class="warapper">
|
13
13
|
<nav>
|
14
14
|
<ul class="header-nav">
|
@@ -23,10 +23,9 @@
|
|
23
23
|
<div class="title">
|
24
24
|
<h2>About</h2>
|
25
25
|
</div>
|
26
|
-
|
26
|
+
```
|
27
|
-
|
28
|
-
<jQuery>
|
27
|
+
< jQuery>
|
29
|
-
|
28
|
+
('a[href*="#"]').click(function ()
|
30
29
|
var elmHash = $(this).attr('href');
|
31
30
|
var pos = $(elmHash).offset().top;
|
32
31
|
$('body,html').animate({scrollTop: pos}, 500);
|