質問編集履歴

4

リンク忘れをなおしました

2016/08/20 02:23

投稿

2lm_ykd
2lm_ykd

スコア8

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
  フレームワークは
50
50
 
51
- https://github.com/jalxob/cool-kitten
51
+ [https://github.com/jalxob/cool-kitten](https://github.com/jalxob/cool-kitten)
52
52
 
53
53
  を使用しています。
54
54
 

3

修正依頼で指摘していただいた部分を幾つか直しました。

2016/08/20 02:23

投稿

2lm_ykd
2lm_ykd

スコア8

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Swiper.jsの紹介ページを読み、
8
8
 
9
- http://on-ze.com/archives/4213
9
+ [http://on-ze.com/archives/4213](http://on-ze.com/archives/4213)
10
10
 
11
11
  で紹介されていたソースをコピペして
12
12
 
@@ -16,9 +16,9 @@
16
16
 
17
17
  現状は
18
18
 
19
- http://ratum.web.fc2.com/demo10.html
19
+ [http://ratum.web.fc2.com/demo10.html](http://ratum.web.fc2.com/demo10.html)
20
+
20
-
21
+ ![イメージ説明](989b7440e8407984836b9cefb915d5e4.png)
21
-
22
22
 
23
23
  となっているのですが、何を直せばいいのかわからない状態です。
24
24
 
@@ -40,8 +40,6 @@
40
40
 
41
41
 
42
42
 
43
- ```
44
-
45
43
  左右に青いバーが出るのですが
46
44
 
47
45
  クリックしてもアニメーションができません。
@@ -58,7 +56,7 @@
58
56
 
59
57
  スライド2のclass内にSwiper.jsを使用したいです。
60
58
 
61
- ```
59
+
62
60
 
63
61
 
64
62
 
@@ -150,6 +148,8 @@
150
148
 
151
149
 
152
150
 
151
+ ```
152
+
153
153
  <script src="swiper.min.js"></script>
154
154
 
155
155
  <script>
@@ -158,6 +158,8 @@
158
158
 
159
159
  </script>
160
160
 
161
+ ```
162
+
161
163
  の位置が間違っているような気がして<head>の中に入れたり...してみたのですが...
162
164
 
163
165
 
@@ -168,6 +170,8 @@
168
170
 
169
171
  headは
170
172
 
173
+ ```
174
+
171
175
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
172
176
 
173
177
  <meta name="viewport" content="width=device-width, initial-scale = 1.0, user-scalable = no">
@@ -200,6 +204,8 @@
200
204
 
201
205
  </head>
202
206
 
207
+ ```
208
+
203
209
 
204
210
 
205
211
  となっています。

2

タグの追加

2016/08/20 02:21

投稿

2lm_ykd
2lm_ykd

スコア8

test CHANGED
File without changes
test CHANGED
File without changes

1

タイトルの編集

2016/08/19 23:43

投稿

2lm_ykd
2lm_ykd

スコア8

test CHANGED
@@ -1 +1 @@
1
- Swiper.jsのプラグイをコンテンツの中で使用した
1
+ Swiper.jsのアニメーショが動かな
test CHANGED
File without changes