<input type="text" value="zombie"/> <input type="submit" />
$('input[type="button"]').click(function(){ $('input[type="text"]').val('human'); });
$('input[type="text"]').val('human');
$('input[type="text"]').atrr('value','human');
Login in to like
Login in to comment
or Read more about JavaScript Quizzes
Login in to like
Login in to comment