Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 div 中有一些文本框和一些文本区域。我必须确定这些文本框中的某些值是否已更改。
如果要检测所有表单元素,请使用:
$("div *").change(function(){ // Whatever });
祝你好运
div 没有更改事件。如果您试图用该 div 找出 html 的变化,那么您可以在间隔后汇集该 div 的 html 以检查它是否已更改。您可以使用setInterval它来重复检查 html。
setInterval