# diffDOM **Repository Path**: mirrors_marcelklehr/diffDOM ## Basic Information - **Project Name**: diffDOM - **Description**: A diff for DOM elements, as client-side JavaScript code. Gets all modifications, insertions and removals between two DOM fragments. - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # diffDOM - A JavaScript diffing algorithm for DOM elements This library allows the abstraction of differences between DOM elements as a "diff" object, representing the sequence of modifications that must be applied to one element in order to turn it into the other element. This diff is non-destructive, meaning that relocations of DOM nodes are preferred over remove-insert operations. ## License This project is licensed under the LGPL v. 3. For details see LICENSE.txt. ## Demo and tests Check http://johanneswilm.github.io/diffDOM for demo and tests. ## Usage Include the diffDOM.js file in your HTML like this: ```