CharisKomos (Talk | contribs) |
CharisKomos (Talk | contribs) |
||
Line 18: | Line 18: | ||
action=raw&ctype=text/javascript"></script> | action=raw&ctype=text/javascript"></script> | ||
− | <!-- | + | <!-- On document.ready --> |
− | <script>$( document ).ready(function(){void(window.document.title = 'PROJECT');});</script> | + | <script> |
+ | $( document ).ready(function(){ | ||
+ | void(window.document.title = 'PROJECT'); | ||
+ | |||
+ | //HIDE | ||
+ | void(document.getElementById('loading-background').style.display = 'none'); | ||
+ | |||
+ | //SHOW | ||
+ | void(document.getElementById('main-wraper').style.display = 'block'); | ||
+ | void(document.getElementById('svg_graphics_box').style.display = 'block'); | ||
+ | void(document.getElementById('video').style.display = 'block'); | ||
+ | // Change color of current link | ||
+ | $('a[href*="' +window.location.href+'"]').each(function() { $(this).css('color', '#000000'); }); | ||
+ | }); | ||
+ | </script> | ||
<!-- Subsection onHover Functionality --> | <!-- Subsection onHover Functionality --> |
Revision as of 21:54, 28 August 2017