Is it possible that we could edit text enclosed inside an HTML comment using Javascript or JQuery. For example if I have a comment like:
<!-- This is a comment -->
then is it possible to change text 'This is a comment' using JQuery or Javascript?
Thanks.