Team:TU Delft/Modeling/MFA/Pathways
From 2010.igem.org
(Difference between revisions)
Line 68: | Line 68: | ||
$(function() { | $(function() { | ||
$("input[name='pwinput']").click(function() { | $("input[name='pwinput']").click(function() { | ||
+ | alert($(this).val()); | ||
+ | }); | ||
+ | $("input[name='pwout']").click(function() { | ||
alert($(this).val()); | alert($(this).val()); | ||
}); | }); |
Revision as of 13:48, 29 September 2010