ThomasStarck (Talk | contribs) |
ThomasStarck (Talk | contribs) |
||
Line 93: | Line 93: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
− | $('.CirclePicto').on("click", function() { | + | $('.CirclePicto').on("click", function() { |
− | + | if ($(this).next().css("display") == "none") { | |
− | + | $(this).next().fadeIn(1000); | |
− | + | } | |
− | + | else { | |
− | + | $(this).next().fadeOut(1000); | |
− | + | } | |
}); | }); | ||
}); | }); |
Revision as of 13:51, 4 September 2018