https://bugzilla.wikimedia.org/show_bug.cgi?id=65010
--- Comment #7 from Fomafix <[email protected]> --- (In reply to Bartosz DziewoĆski from comment #3) > Maybe we could use jQuery attr hooks for this? > http://blog.rodneyrehm.de/archives/11-jQuery-Hooks.html (Just a thought, I > didn't look into this in detail.) The MutationObserver would also be a possible solution. [1] [2] This should even work when the attributes get changed without jQuery. But it is not supported by IE < 11. [3] [1] http://www.w3.org/TR/dom/#interface-mutationobserver [2] https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver [3] http://caniuse.com/#feat=mutationobserver -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
