質問編集履歴

6

サイトurlを追加しました。

2019/07/03 04:34

投稿

UKYO9311
UKYO9311

スコア31

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,10 @@
3
3
 
4
4
 
5
5
  カラーミーショップでオリジナルテーマを作っているのですが、バージョンの違いでjQueryが動かないです。両方動かせるようにしたいです。
6
+
7
+
8
+
9
+ https://souvenir-club.shop-pro.jp
6
10
 
7
11
 
8
12
 

5

現在のコードを最新版にしました。

2019/07/03 04:34

投稿

UKYO9311
UKYO9311

スコア31

test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,10 @@
44
44
 
45
45
  ```HTML
46
46
 
47
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
48
+
49
+ <html xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:mixi="http://mixi-platform.com/ns#" xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja" dir="ltr">
50
+
47
51
  <head>
48
52
 
49
53
  <meta http-equiv="content-type" content="text/html; charset=euc-jp" />
@@ -52,7 +56,7 @@
52
56
 
53
57
  <title>souvenir-club</title>
54
58
 
55
- <meta name="Keywords" content="souvenir-club" />
59
+ <meta name="Keywords" content="SOUVENIR CLUB" />
56
60
 
57
61
  <meta name="Description" content="" />
58
62
 
@@ -70,11 +74,11 @@
70
74
 
71
75
  <link rel="stylesheet" href="https://souvenir-club.shop-pro.jp/css/cross-border-cart.css" type="text/css" />
72
76
 
73
- <link rel="stylesheet" href="https://img21.shop-pro.jp/PA01430/787/css/3/index.css?cmsp_timestamp=20190702164734" type="text/css" />
77
+ <link rel="stylesheet" href="https://img21.shop-pro.jp/PA01430/787/css/3/index.css?cmsp_timestamp=20190703112841" type="text/css" />
74
78
 
75
79
 
76
80
 
77
- <link rel="alternate" type="application/rss+xml" title="rss" href="" />
81
+ <link rel="alternate" type="application/rss+xml" title="rss" href="https://souvenir-club.shop-pro.jp/?mode=rss" />
78
82
 
79
83
  <script type='text/javascript' src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
80
84
 
@@ -97,6 +101,10 @@
97
101
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
98
102
 
99
103
  <script src="jquery.sample.js"></script>
104
+
105
+
106
+
107
+ <meta name="viewport" content="width=device-width">
100
108
 
101
109
  <script>
102
110
 

4

エラーメッセージを削除しました

2019/07/03 04:28

投稿

UKYO9311
UKYO9311

スコア31

test CHANGED
File without changes
test CHANGED
@@ -35,58 +35,6 @@
35
35
  はもともとカラーミーショップ側で読み込んでいるバージョンです。
36
36
 
37
37
 
38
-
39
- ```error
40
-
41
- Failed to load resource: the server responded with a status of 404 ()
42
-
43
-
44
-
45
- Failed to load resource: the server responded with a status of 404 ()
46
-
47
-
48
-
49
- Failed to load resource: the server responded with a status of 404 ()
50
-
51
-
52
-
53
- Failed to load resource: the server responded with a status of 404 ()
54
-
55
-
56
-
57
- Uncaught TypeError: Cannot read property 'indexOf' of undefined
58
-
59
- at r.fn.init.r.fn.load (jquery.min.js:4)
60
-
61
- at HTMLImageElement.<anonymous> (jquery.bxslider.min.js:10)
62
-
63
- at Function.each (jquery.min.js:2)
64
-
65
- at r.fn.init.each (jquery.min.js:2)
66
-
67
- at HTMLImageElement.<anonymous> (jquery.bxslider.min.js:10)
68
-
69
- at Function.each (jquery.min.js:2)
70
-
71
- at r.fn.init.each (jquery.min.js:2)
72
-
73
- at g (jquery.bxslider.min.js:10)
74
-
75
- at c (jquery.bxslider.min.js:10)
76
-
77
- at d (jquery.bxslider.min.js:10)
78
-
79
-
80
-
81
- Uncaught TypeError: Cannot read property 'top' of undefined
82
-
83
- at HTMLDocument.<anonymous> ((index):450)
84
-
85
- at j (jquery.min.js:2)
86
-
87
- at k (jquery.min.js:2)
88
-
89
- ```
90
38
 
91
39
 
92
40
 

3

エラーメッセージを更新しました。

2019/07/03 03:09

投稿

UKYO9311
UKYO9311

スコア31

test CHANGED
File without changes
test CHANGED
@@ -16,6 +16,26 @@
16
16
 
17
17
 
18
18
 
19
+ jQueryのバージョンを
20
+
21
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js&quot;&gt;&lt;/script&gt;
22
+
23
+ にするとスライダーは動きます。しかしハンバーガーメニューなど他のjQueryが動かなくなります。
24
+
25
+
26
+
27
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js&quot;&gt;&lt;/script&gt;
28
+
29
+ にすると、他のjQueryは動くのですが、スライダーは動かなくなってしまいます。
30
+
31
+
32
+
33
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js&quot;&gt;&lt;/script&gt;
34
+
35
+ はもともとカラーミーショップ側で読み込んでいるバージョンです。
36
+
37
+
38
+
19
39
  ```error
20
40
 
21
41
  Failed to load resource: the server responded with a status of 404 ()

2

タイトルを修正しました。

2019/07/03 03:07

投稿

UKYO9311
UKYO9311

スコア31

test CHANGED
@@ -1 +1 @@
1
- カラミーシップでjQueryが正常に動か
1
+ ンの違い動かないjQueryを両方動かせるようにした
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- バージョンの違いで動かないjQuery両方動かせるようにしたい。
5
+ カラーミーショップでオリジナルテーマを作っているのですが、バージョンの違いでjQueryが動かないです。両方動かせるようにしたいです
6
6
 
7
7
 
8
8
 

1

不要なコードを削除致しました。

2019/07/03 02:04

投稿

UKYO9311
UKYO9311

スコア31

test CHANGED
File without changes
test CHANGED
@@ -182,52 +182,6 @@
182
182
 
183
183
 
184
184
 
185
-
186
-
187
- <body>
188
-
189
- <!DOCTYPE html>
190
-
191
- <html>
192
-
193
-
194
-
195
- <head>
196
-
197
- <meta charset="utf-8">
198
-
199
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
200
-
201
- <title>SOUVENIR CLUB</title>
202
-
203
- <meta name="keywords" content="">
204
-
205
- <meta name="description" content="">
206
-
207
- <meta name="viewport" content="width=device-width">
208
-
209
-
210
-
211
- <meta property="og:locale" content="ja_JP">
212
-
213
- <meta property="og:type" content="website">
214
-
215
- <meta property="og:description" content="">
216
-
217
- <meta property="og:title" content="">
218
-
219
- <meta property="og:url" content="">
220
-
221
- <meta property="og:site_name" content="">
222
-
223
- <meta property="og:image" content="images/fb.jpg">
224
-
225
-
226
-
227
- </head>
228
-
229
-
230
-
231
185
  ```
232
186
 
233
187