mutation-summary
mutation-summary copied to clipboard
A JavaScript library that makes observing changes to the DOM easy
Apparently you need to escape `|` inside inline code.
``` var observerNew = new MutationSummary({ queries: [ { element: 'input[type=password]' } ], callback: function(mutations) { console.log('inside the callback'); }, }); ``` This is the code i have been using....
Hi Rafael, can you please help me on this as i type any this on admin side it not reflecting back on customer website. customer side changes reflecting on Admin...
we are using tree_mirror and mutation_summery we are trying to mirror angular application. when we startmirroring it is not sending all dom element to the agent
Hi, I just installed screen share plugin on developer mode on Chrome Version 54.0.2840.98 (64-bit) on OS X, but seems like it doesn't work. I clicked on the extension icon...
Hi, I've been taking a look at mutation-summary for a project I'm working on. Great library, very impressive, thanks to all for their work on it. For my use case,...
I noticed that the screen mirroring app does not seem to support the base urls correctly. What would be the best method to make sure the src and href attributes...
Hey, over at http://github.com/marcelklehr/dom-ot it would be nice to have a way to find out the index a removed dom node had in its parent's childNodes NodeMap. Currently, there's only...
Hello! I' am using this lib to build a chrome extension. I want to organize the code under the AMD standard. However, mutation-summary seems to be a non-AMD lib. I...