Team:UChicago/Fluctuation Analysis

From 2014.igem.org

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

Revision as of 00:13, 16 August 2014