質問編集履歴

2

修正

2017/05/28 10:53

投稿

NishidaRyu416_
NishidaRyu416_

スコア113

test CHANGED
File without changes
test CHANGED
@@ -148,7 +148,7 @@
148
148
 
149
149
  文字数制限のため
150
150
 
151
- [ソースコード別リンク](http://climbi.com/b/10235/0)
151
+ [html](http://climbi.com/b/10235/0)
152
152
 
153
153
  ##環境
154
154
 

1

修正

2017/05/28 10:53

投稿

NishidaRyu416_
NishidaRyu416_

スコア113

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,44 @@
5
5
  おそらく、プラグイン同士の競合だと思われますので、対策できません。
6
6
 
7
7
  実装方法を教えてください。
8
+
9
+ ```Javascript
10
+
11
+ //= require jquery
12
+
13
+ //= require jquery_ujs
14
+
15
+ //= require jquery-ui
16
+
17
+ //= require materialize-sprockets
18
+
19
+ //= require tag-it
20
+
21
+ //= require swiper
22
+
23
+ //= require_tree .
24
+
25
+ $(document).ready(function() {
26
+
27
+ var mySwiper = new Swiper ('.swiper-container', {
28
+
29
+ effect: "slide",
30
+
31
+ loop: true,
32
+
33
+ pagination: '.swiper-pagination',
34
+
35
+ nextButton: '.swiper-button-next',
36
+
37
+ prevButton: '.swiper-button-prev',
38
+
39
+ })
40
+
41
+ });
42
+
43
+ ```
44
+
45
+
8
46
 
9
47
 
10
48
 
@@ -106,9 +144,17 @@
106
144
 
107
145
  ```
108
146
 
147
+
148
+
149
+ 文字数制限のため
150
+
151
+ [ソースコード別リンク](http://climbi.com/b/10235/0)
152
+
109
153
  ##環境
110
154
 
155
+ [swiper](http://idangero.us/swiper/#.WSqrxRPyjwc)
111
156
 
157
+ [flip.js](https://nnattawat.github.io/flip/)
112
158
 
113
159
  jquery-2.1.4
114
160