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

Line 6: Line 6:
  
 
});
 
});
)}
+
});
  
 
</html>
 
</html>

Revision as of 10:22, 10 September 2015

$(document).ready(function() { $('#qFeverSelector').click(function() { alert('hoi'); }); });