how to replace specific strings in HTML docs or specific elements ?
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-04-12T11:37:31Z
Indexed on
2010/04/12
11:43 UTC
Read the original article
Hit count: 271
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
© Stack Overflow or respective owner