我在输入字段上有一个timedropper插件。 Timedropper
以某种方式,当时间戳插件处于活动状态时,我的$(document).on('change', '#timedropperid' function()
不会被解雇。如果我关闭时间戳记,则效果很好。
我研究发现这是一个普遍的问题。 Github-thread1,Github-thread2
现在,我的问题是。时间戳脚本如何防止触发.on-change-functions?
该字段的值被更改。我的经理是独立的吗? -以及如何强制更改时触发该字段?
顺便说一句,其他.on-events诸如mouseup,mousemove ...都可以正常工作,但在我的情况下不可用。