質問編集履歴

1

js追記

2018/06/06 09:26

投稿

sud55s
sud55s

スコア18

test CHANGED
File without changes
test CHANGED
@@ -101,3 +101,23 @@
101
101
 
102
102
 
103
103
  ```
104
+
105
+
106
+
107
+ ```js
108
+
109
+ <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
110
+
111
+ <script src="lazyload.js"></script>
112
+
113
+ <script>
114
+
115
+ $(function() {
116
+
117
+ $('img.lazy').lazyload();
118
+
119
+ });
120
+
121
+ </script>
122
+
123
+ ```