摘要:javascript:text文字一改變,就會啟動事件
IE:onpropertychange
其它瀏覽器可以用
<input type="text" name="textfield" oninput="alert(this.value);" onpropertychange="alert(this.value)" />
摘要:javascript:text文字一改變,就會啟動事件
IE:onpropertychange
其它瀏覽器可以用
<input type="text" name="textfield" oninput="alert(this.value);" onpropertychange="alert(this.value)" />