質問編集履歴

3

情報追加

2021/09/17 06:05

投稿

iiinnn
iiinnn

スコア8

test CHANGED
File without changes
test CHANGED
@@ -128,7 +128,7 @@
128
128
 
129
129
    <div class="mainVisual_overRay">
130
130
 
131
-   <p>ARK CRETON</p>
131
+   <p></p>
132
132
 
133
133
    </div>
134
134
 
@@ -258,7 +258,7 @@
258
258
 
259
259
  <div class="p-map">
260
260
 
261
- <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3243.9052727872!2d139.7236777152567!3d35.605403180212065!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188a85f43f0071%3A0x7c8c13c6c4b99139!2z44CSMTQyLTAwNDMg5p2x5Lqs6YO95ZOB5bed5Yy65LqM6JGJ77yR5LiB55uu77yR77yT4oiS77yR77yS!5e0!3m2!1sja!2sjp!4v1629255224158!5m2!1sja!2sjp"
261
+ <iframe src="https://www.google.com/maps/embed?"
262
262
 
263
263
  frameborder="0" style="border:0" allowfullscreen></iframe></div>
264
264
 

2

情報追加

2021/09/17 06:05

投稿

iiinnn
iiinnn

スコア8

test CHANGED
File without changes
test CHANGED
@@ -802,11 +802,11 @@
802
802
 
803
803
  if (400 < jQuery(this).scrollTop()) {
804
804
 
805
- jQuery('.header').addClass('change-color');
805
+ jQuery('header').addClass('change-color');
806
806
 
807
807
  } else {
808
808
 
809
- jQuery('.header').removeClass('change-color');
809
+ jQuery('header').removeClass('change-color');
810
810
 
811
811
  }
812
812
 

1

情報追加

2021/09/17 05:38

投稿

iiinnn
iiinnn

スコア8

test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,16 @@
44
44
 
45
45
  <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css">
46
46
 
47
+
48
+
49
+   <!-- jqueryのファイルの読み込み -->
50
+
51
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
52
+
53
+
54
+
55
+
56
+
47
57
  <title></title>
48
58
 
49
59
  </head>