|
|
Line 22: |
Line 22: |
| $('#iku').css("z-index","3"); | | $('#iku').css("z-index","3"); |
| $('#iku').animate({"opacity":1},500); | | $('#iku').animate({"opacity":1},500); |
- | $('#masuda').css("opacity","0.3");
| |
- | $('#tatsuya').css("opacity","1");
| |
- | $('#ryusei').css("opacity","1");
| |
- | $('#masuda').attr('disabled', true);
| |
- | $('#ryusei').attr('disabled', false);
| |
- | $('#ryusei').removeAttr('disabled');
| |
- | $('#tatsuya').attr('disabled', false);
| |
- | $('#tatsuya').removeAttr('disabled');
| |
- | // $('#t_masuda').css("z-index","5");
| |
- | // $('#t_tatsuya').css("z-index","2");
| |
- | // $('#t_ryusei').css("z-index","2");
| |
- |
| |
| | | |
| } | | } |
Line 57: |
Line 45: |
| $('#iwa').css("z-index","3"); | | $('#iwa').css("z-index","3"); |
| $('#iwa').animate({"opacity":1},500); | | $('#iwa').animate({"opacity":1},500); |
- | $('#masuda').css("opacity","0.3");
| |
- | $('#tatsuya').css("opacity","1");
| |
- | $('#ryusei').css("opacity","1");
| |
- | $('#masuda').attr('disabled', true);
| |
- | $('#ryusei').attr('disabled', false);
| |
- | $('#ryusei').removeAttr('disabled');
| |
- | $('#tatsuya').attr('disabled', false);
| |
- | $('#tatsuya').removeAttr('disabled');
| |
- | // $('#t_masuda').css("z-index","5");
| |
- | // $('#t_tatsuya').css("z-index","2");
| |
- | // $('#t_ryusei').css("z-index","2");
| |
- |
| |
- |
| |
| } | | } |
| | | |