質問編集履歴
1
誤字脱字
test
CHANGED
File without changes
|
test
CHANGED
@@ -74,7 +74,7 @@
|
|
74
74
|
|
75
75
|
$(window).on( 'scroll', function() {
|
76
76
|
|
77
|
-
if ($(this).Width() <780
|
77
|
+
if ($(this).Width() <780 && $(this).scrolltop()>=480){
|
78
78
|
|
79
79
|
$("start-sp").fadeIn();
|
80
80
|
|