/* toc 목차 생성 */ $(document).ready(function() { var $toc = $("#toc"); $toc.toc({content: ".area_view", headings: "h2,h3,h4"}); if($('.another_category').length > 0) { $toc.find('li:last').remove(); } });

목차