Team:WITS-CSIR SA/igem.js

From 2011.igem.org

(Difference between revisions)
(Created page with "$(function() { alert('hi'); });")
Line 1: Line 1:
$(function() {
$(function() {
-
  alert('hi');
+
 
});
});

Revision as of 09:51, 2 May 2011

$(function() {

});