Template:Team:TU Eindhoven/Timeline Script

$(document).ready(function() { for ( index = 1; index <= 11; index++){ $("

").appendTo("#timeline").css({'float':'left','width':'97px','height':'30px'}); } $(".timeBlock").hover(function(){ alert( $(this).attr('class').match(/\d+/) },function(){ }); });