Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
DOM Mutation Events have been deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Jul 17, 2012
1 parent 39a1655 commit 976a65c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -60,7 +60,8 @@ $observerSummaryRoot.mutationSummary("disconnect");
## Original purpose
Developed to get a jQuery chainable version of the mutation-summary library.

[DOM Mutation Observers](http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#mutation-observers) are useful for watching changes made to the DOM elements (including their attributes and contents) that out of your control. These external changes may come from other jQuery plugins, non-jQuery scripts, legacy code or even flash objects that modifies the page around it. (Note: [DOM Mutation Events](http://code.google.com/p/mutation-summary/wiki/DOMMutationObservers) have been deprecated.)
[DOM Mutation Observers](http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#mutation-observers) are useful for watching changes made to the DOM elements (including their attributes and contents) that are out of your control. These external changes may come from other jQuery plugins, non-jQuery scripts, legacy code or even flash objects that modifies the page around it.
If you have previously used [DOM Mutation Events](http://code.google.com/p/mutation-summary/wiki/DOMMutationObservers), please note that they have been deprecated.

## Dependencies
jquery-mutation-summary's runtime dependencies are
Expand Down

0 comments on commit 976a65c

Please sign in to comment.