1. 程式人生 > >jq實時監測輸入框內容改變

jq實時監測輸入框內容改變

== per lin pre chang brush true 實時 pro

$(document)
.on(‘input propertychange‘,‘#telInput‘,function (e) {
    if (e.type === "input" || e.orignalEvent.propertyName === "value") {
       
    }
})    

  

jq實時監測輸入框內容改變