how to replace specific strings in HTML docs or specific elements ?
- by Patrick
How can I parse a html document or just a html element in order to replace all specific strings into other ones ?
In other terms:
- search for all strings #### in element .class
- replace them with $$$$$
I'm using jQuery..
thanks