Patricia S (Talk | contribs) |
Patricia S (Talk | contribs) |
||
Line 38: | Line 38: | ||
<script> | <script> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
− | + | divFade(); | |
}); | }); | ||
+ | setTimeout(function() { divFade() }, 3000); | ||
+ | |||
+ | function divFade() { | ||
+ | $('.bottom-icon-div').hide(); | ||
+ | } | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 10:01, 15 October 2018