Team:Groningen/Template/SCRIPTS/events

From 2014.igem.org

(Difference between revisions)
(Created page with "$(document).ready(function () { //code2here });")
Line 1: Line 1:
 +
<html>
$(document).ready(function () {
$(document).ready(function () {
//code2here
//code2here
});
});
 +
</html>

Revision as of 19:19, 15 October 2014

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