Detect element content changes with jQuery

后端 未结 15 2531
余生分开走
余生分开走 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 05:22

    Try the livequery plugin. That seems to work for something similar I am doing.

    http://docs.jquery.com/Plugins/livequery

提交回复
热议问题