input輸入框的change事件,要在input失去焦點的時候纔會觸發 spa
$('input[name=myInput]').change(function() { ... });
用下面的方法會生效,input code