Difference between revisions of "Template:Team:TU Eindhoven/Timeline Script"

Line 1: Line 1:
 
<html>  
 
<html>  
 +
 
$(document).ready(function() {
 
$(document).ready(function() {
alert('it works');
+
 
 
});
 
});
 +
 
</html>
 
</html>

Revision as of 12:11, 18 September 2015

$(document).ready(function() { });