回答編集履歴
1
modification of source code
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(
|
5
|
+
jQuery($select_01).html('English').fadeIn(1000);
|
6
6
|
});
|
7
7
|
jQuery($select_02).fadeOut(function() {
|
8
|
-
jQuery($select_02).html('日本語').fadeIn(
|
8
|
+
jQuery($select_02).html('日本語').fadeIn(1000);
|
9
9
|
});
|
10
10
|
|
11
11
|
} else {
|