2013-05-10 78 views

回答

9

變化:

$('#txt_username').text($(this).val()); 

到:

$('#txt_username').val($(this).val()); 

jsFiddle example

相關問題