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.
使用基于 Gecko 的引擎,以下示例可以工作并触发适当的事件。Internet Explorer 包含 onpropertychange 事件。
我在此示例中使用 jQuery,但需要在没有 jQuery 的情况下访问“纯”事件,因为我希望解决方案尽可能轻量级。基于计时器的遍历 DOM/ChildElements 不是一个可行的选择(由于性能 - 嗯,缺乏那个)。
WebKit 使用什么?我正在使用 Linux Chromium 和 Win-Safari 进行测试:
http://jsfiddle.net/eQErD/30/
答案显然是:NONE。
见:https ://bugs.webkit.org/show_bug.cgi?id=8191
由于性能原因...
好东西。
不是。