I want to get value of html Code comments with javascript. For example:
<code data-type="tb-datalazyload" id="frslistCodeArea">
<!-- <li class="j_thread_list clearfix"></li>-->
</code>
I want to get the <li class="j_thread_list clearfix"></li>
.
I execute it in chrome. why? who can help me?