Blog
JavaScript – Removing Text Nodes
Recently I have been involved in modifying websites with a module that allows for CSS and JS insertion. A bothersome issue that has arisen a few times is the fact that this tool doesn’t currently provide a way to remove the text nodes of just the targeted element. Fortunately, I Read more…