Aymanshafei (Talk | contribs) |
Aymanshafei (Talk | contribs) |
||
Line 232: | Line 232: | ||
</div> | </div> | ||
</section> | </section> | ||
+ | <button onclick="topFunction()" id="myBtn" title="Go to top">👆</button> | ||
<script src="https://2017.igem.org/Template:AFCM-Egypt/owl.carouseljs/javascript?action=raw&ctype=text/javascript"></script> | <script src="https://2017.igem.org/Template:AFCM-Egypt/owl.carouseljs/javascript?action=raw&ctype=text/javascript"></script> | ||
<script> | <script> | ||
Line 296: | Line 297: | ||
pauseSlideshow(); | pauseSlideshow(); | ||
}; | }; | ||
+ | window.onscroll = function () { scrollFunction() }; | ||
+ | function scrollFunction() { | ||
+ | if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { | ||
+ | document.getElementById("myBtn").style.display = "block"; | ||
+ | } else { | ||
+ | document.getElementById("myBtn").style.display = "none"; | ||
+ | } | ||
+ | } | ||
+ | function topFunction() { | ||
+ | document.body.scrollTop = 0; | ||
+ | document.documentElement.scrollTop = 0; | ||
+ | } | ||
}); | }); | ||
</script> | </script> |
Revision as of 12:18, 27 October 2017
Abstract