Difference between revisions of "Team:Greece/our project"

Line 14: Line 14:
 
                         void(document.getElementById('main-wraper').style.display = 'block');
 
                         void(document.getElementById('main-wraper').style.display = 'block');
 
    }
 
    }
            // Change color of current link
 
            $('a[href*="' +window.location.href+'"').each(function() { $(this).css('color', '#000000'); });
 
 
   </script>
 
   </script>
  
Line 269: Line 267:
 
element.outerHTML = '';
 
element.outerHTML = '';
 
delete element;
 
delete element;
 +
 +
// Change color of current link
 +
$('a[href*="' +window.location.href+'"').each(function() { $(this).css('color', '#000000'); });
 
</script>
 
</script>
 
<style>
 
<style>

Revision as of 13:54, 14 August 2017