Team:UChicago/Fluctuation Analysis

From 2014.igem.org

(Difference between revisions)
Line 17: Line 17:
     $('#button').click(function () {
     $('#button').click(function () {
         var text = $('#text');
         var text = $('#text');
-
         text.value(text.value() + ' after clicking');     
+
         text.val(text.val() + ' after clicking');     
     });
     });
});
});

Revision as of 22:55, 25 August 2014