CharisKomos (Talk | contribs) |
CharisKomos (Talk | contribs) |
||
Line 14: | Line 14: | ||
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script> | <script src='https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script> | ||
− | <!-- | + | <!-- On document.ready --> |
− | <script | + | <script> |
− | + | $( document ).ready(function(){ | |
+ | void(window.document.title = 'MODEL'); | ||
− | + | //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('background_box').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:57, 28 August 2017