Detect element content changes with jQuery

后端 未结 15 2529
余生分开走
余生分开走 2020-11-22 04:19

change() function works and detects changes on form elements, but is there a way of detecting when a DOM element\'s content was changed?

This does not w

15条回答
  •  野性不改
    2020-11-22 04:56

    Not possible, I believe ie has a content changed event but it is certainly not x-browser

    Should I say not possible without some nasty interval chugging away in the background!

提交回复
热议问题