Wingify Engineering
GitHub
Posts
Labs
About
Feed
DOM Comparator
A library to analyze and compare two DOM trees.
What is DOM Comparator?
Setting Up
Basic Usage
Supported Operations
The Algorithm
Live Demo
DOM Node A
DOM Node B
Output (JSON)
Live Demo
Edit this page on GitHub
DOM Node A
<a href="#checkout" class="checkout" style="color:red;">Checkout</a>
DOM Node B
<a href="#checkout" class="checkout" target="_blank" style="color:blue;">Checkout</a>
Compare
Output (JSON)