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)
- Host: GitHub
- URL: https://github.com/badsyntax/domwalker.js
- Owner: badsyntax
- Created: 2010-01-30T17:30:48.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-06-01T16:15:45.000Z (over 15 years ago)
- Last Synced: 2025-02-15T05:15:06.033Z (12 months ago)
- Language: JavaScript
- Homepage: http://badsyntax.co.uk
- Size: 251 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.