Lines Matching refs:toc
316 //If auto-toc div is present, generate the automated TOC317 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