2010-02-04 90 views

回答

2

change添加focus

$('#myinput').change(function(){ 
    $(this).focus(); 
}); 
相關問題