teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

modification of source code

2019/12/12 04:01

投稿

tiqua_nibio
tiqua_nibio

スコア62

answer CHANGED
@@ -2,10 +2,10 @@
2
2
  if ($select_01.html().indexOf('「') !== -1) {
3
3
 
4
4
  jQuery($select_01).fadeOut(function() {
5
- jQuery($select_01).html('English').fadeIn($fade);
5
+ jQuery($select_01).html('English').fadeIn(1000);
6
6
  });
7
7
  jQuery($select_02).fadeOut(function() {
8
- jQuery($select_02).html('日本語').fadeIn($fade);
8
+ jQuery($select_02).html('日本語').fadeIn(1000);
9
9
  });
10
10
 
11
11
  } else {