We are doing an AJAX call which is result is coming via \[code\]$('#page_section').html(result);\[/code\]The problem is that the result is being stripped from all the HTML comments we have in there. We need the HTML comments to stay there since they contain JSON objects which we need later by our CMS. Any idea way to prevent HTML comments from being stripped with using \[code\].html()\[/code\].Thanks!