ThomasStarck (Talk | contribs) |
ThomasStarck (Talk | contribs) |
||
Line 108: | Line 108: | ||
$('.CirclePicto').mouseover(function() { | $('.CirclePicto').mouseover(function() { | ||
$(this).next().fadeIn(1000); | $(this).next().fadeIn(1000); | ||
+ | return false; | ||
+ | }); | ||
+ | $('.CirclePicto').mouseout(function() { | ||
+ | $(this).next().fadeOut(1000); | ||
return false; | return false; | ||
}); | }); |
Revision as of 13:31, 4 September 2018