Difference between revisions of "Template:Team:TU Eindhoven/Timeline Script"
Line 2: | Line 2: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
alert('it works'); | alert('it works'); | ||
− | } | + | }); |
</html> | </html> |
Revision as of 12:09, 18 September 2015
$(document).ready(function() { alert('it works'); });