Home | History | Annotate | Download | only in js

Lines Matching refs:toc

316 //If auto-toc div is present, generate the automated TOC
317 if ($("#auto-toc").is('*')) {
319 var toc = "";
323 toc+="<ol>";
326 toc+="</ol>";
328 toc+="<li><a href='#" + current[0].id + "'>" +
333 $("#auto-toc").append(toc); //append to the div