[Solved] How to find and replace a text in comments using JQuery [closed]

[ad_1]

Yes. Iterate through all nodes (recursively for element nodes) and check if the node’s nodeType property is equal to 8 (COMMENT_NODE)

5

[ad_2]

solved How to find and replace a text in comments using JQuery [closed]