|
|
Line 233: |
Line 233: |
| | | |
| | | |
- | $(function(){
| + | |
- | $("#fukidasi1").hover(
| + | |
- | function(){
| + | |
- | $(this).css("visibility","visible")}, | + | |
- | function(){
| + | |
- | $(this).css("visibility","hidden")
| + | |
- | });
| + | |
- | });
| + | |
- | | + | |
- | $(function(){
| + | |
- | $("#fukidasi2").hover(
| + | |
- | function(){
| + | |
- | $(this).css("visibility","visible")},
| + | |
- | function(){
| + | |
- | $(this).css("visibility","hidden")
| + | |
- | });
| + | |
- | });
| + | |
- | | + | |
- | $(function(){
| + | |
- | $("#fukidasi3").hover(
| + | |
- | function(){
| + | |
- | $(this).css("visibility","visible")},
| + | |
- | function(){
| + | |
- | $(this).css("visibility","hidden")
| + | |
- | });
| + | |
- | });
| + | |
- | | + | |
- | $(function(){
| + | |
- | $("#fukidasi4").hover(
| + | |
- | function(){
| + | |
- | $(this).css("visibility","visible")},
| + | |
- | function(){
| + | |
- | $(this).css("visibility","hidden")
| + | |
- | });
| + | |
- | });
| + | |
- | | + | |
- | $(function(){
| + | |
- | $("#fuidasi5").hover(
| + | |
- | function(){
| + | |
- | $(this).css("visibility","visible")},
| + | |
- | function(){
| + | |
- | $(this).css("visibility","hidden")
| + | |
- | });
| + | |
- | });
| + | |
- | | + | |
- | $(function(){
| + | |
- | $("#fukidasi1").hover(
| + | |
- | function(){
| + | |
- | $("#stopme").css("visibility","hidden")},
| + | |
- | function(){
| + | |
- | $("#stopme").css("visibility","visible")
| + | |
- | });
| + | |
- | });
| + | |
- | | + | |
- | $(function(){
| + | |
- | $("#fukidasi2").hover(
| + | |
- | function(){
| + | |
- | $("#stopme").css("visibility","hidden")},
| + | |
- | function(){
| + | |
- | $("#stopme").css("visibility","visible")
| + | |
- | });
| + | |
- | });
| + | |
- | | + | |
- | $(function(){
| + | |
- | $("#fukidasi3").hover(
| + | |
- | function(){
| + | |
- | $("#stopme").css("visibility","hidden")},
| + | |
- | function(){
| + | |
- | $("#stopme").css("visibility","visible")
| + | |
- | });
| + | |
- | });
| + | |
- | | + | |
- | $(function(){
| + | |
- | $("#fukidasi4").hover(
| + | |
- | function(){
| + | |
- | $("#stopme").css("visibility","hidden")},
| + | |
- | function(){
| + | |
- | $("#stopme").css("visibility","visible")
| + | |
- | });
| + | |
- | });
| + | |
- | | + | |
- | $(function(){
| + | |
- | $("#fukidasi5").hover(
| + | |
- | function(){
| + | |
- | $("#stopme").css("visibility","hidden")},
| + | |
- | function(){
| + | |
- | $("#stopme").css("visibility","visible")
| + | |
- | });
| + | |
- | });
| + | |
| | | |
| | | |
///////////////////////////////////////// test
////////////////// end of test