An open API service indexing awesome lists of open source software.

https://github.com/badsyntax/domwalker.js

Find and replace text across nodes by walking the dom (work in progress)
https://github.com/badsyntax/domwalker.js

Last synced: 10 months ago
JSON representation

Find and replace text across nodes by walking the dom (work in progress)

Awesome Lists containing this project

README

          

This domwalker class was built to find and replace text strings that span across both text and element nodes.

eg: I am a bad worrd

The latest version of the class is not complete, but satisfies most broken word situations.