Difference between revisions of "Team:Greece/Project"

Line 18: Line 18:
 
action=raw&ctype=text/javascript"></script>
 
action=raw&ctype=text/javascript"></script>
  
     <!-- Change document title -->
+
     <!-- 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('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:51, 28 August 2017

Loading...