Monitor changes in the value of intput

// change dynamically monitor input values (including scripts to change its value)
$ ( "# projectLeader_id"). ON ( "input propertyChange Blur Change", function () {

});

Guess you like

Origin www.cnblogs.com/lpp-xjj/p/11417497.html