댓글리로드 ajax 처리하면

나라면 페이지에 노출될 댓글수나타내는 부분 전부에다가  <span class="post_comment_count" post_id=""></span>

이런식으로 비스무리한거 감싸서

아작스 success 시 json으로 데이터불러올때

$(".post_comment_count[post_id=result[id]]").html(result[comment_count]);

이런식으로할텐데

구조화가안되있음