質問編集履歴

3

誤字の修正

2015/08/23 01:43

投稿

fu-11
fu-11

スコア10

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
20
20
 
21
- <script src="http://gajeanism.blog.jp/jquery.lazyload.min.js></script>
21
+ <script src="http://gajeanism.blog.jp/jquery.lazyload.min.js"></script>
22
22
 
23
23
  <script>
24
24
 

2

ミス

2015/08/23 01:43

投稿

fu-11
fu-11

スコア10

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  jQuery(function($){
26
26
 
27
- $(".entry").find('img').lazyload({
27
+ $(".entry-more").find('img').lazyload({
28
28
 
29
29
  effect: "fadeIn"
30
30
 

1

ミス

2015/08/22 04:01

投稿

fu-11
fu-11

スコア10

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,9 @@
14
14
 
15
15
 
16
16
 
17
+ ```
18
+
17
- ```<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
19
+ <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
18
20
 
19
21
  <script src="http://gajeanism.blog.jp/jquery.lazyload.min.js></script>
20
22