Team:Groningen/Scripts/jqueryTest
From 2013.igem.org
(Difference between revisions)
(Replaced content with "$(document).ready(function(){ $("#msgid").html("This is Hello World by JQuery"); });") |
|
(One intermediate revision not shown) |
Latest revision as of 16:29, 18 July 2013
$(document).ready(function(){
$("#msgid").html("This is Hello World by JQuery");
});