web/assets/js/dist/toc.min.js
Cotes Chung cf4a7f2e2f Improved the TOC.
Automatically hide TOC titles
2019-11-20 01:50:55 +08:00

1 line
No EOL
96 B
JavaScript

$(function(){if($("#toc-wrap>nav#toc>ul>li").length==0){$("#toc-wrap>h3").addClass("hidden")}});