/* 덧글 목록 마크업 처리 스크립트 덧글의 각종 액션마다 재 호출되어 별도의 파일로 분리함 */ $(function() { $('div.ABA-cmt-list-wrap').each(function(index) { $(this).cmt_markup(); }); });