Jump to content

User:Codehydro/Headless TOC/auto-open

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Codehydro (talk | contribs) at 18:54, 23 April 2013. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

window.onload=(function(){for(i=0,tocnames=document.getElementsByClassName("toctext"),tocheads=document.getElementsByClassName("collapseButton");i<tocnames.length;i++){for(n=0;n<tocheads.length;n++)if(tocnames[i].innerHTML.trim()==tocheads[n].parentNode.getElementsByClassName("mw-headline")[0].innerHTML.trim())tocnames[i].parentNode.setAttribute("onclick","if("+(s="$('#"+tocheads[n].childNodes[1].id+"')")+"[0].innerText=='show')"+s+".trigger('click')")}})()