Difference between revisions of "Team:BostonU"

Line 343: Line 343:
 
});
 
});
 
</script>
 
</script>
<script>
+
<script type="text/javascript">
$(document).ready(function() {
+
  
$('body').css('display', 'none');
 
 
$('body').fadeIn(1000);
 
 
 
 
$('.link').click(function(event) {
 
 
event.preventDefault();
 
 
newLocation = this.href;
 
 
$('body').fadeOut(1000, newpage);
 
  
 +
$(document).ready(function() {
 +
    $('body').hide().fadeIn('fast');
 
});
 
});
  
 
 
function newpage() {
 
 
window.location = newLocation;
 
 
}
 
 
});
 
 
</script>
 
</script>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 15:33, 23 August 2017