Lines Matching refs:SectionToggle
16 SectionToggle.is_active = false;
20 SectionToggle.device_class = JSINFO['se_device'];
24 SectionToggle.check_status();
26 if(!SectionToggle.is_active) {
32 if(SectionToggle.is_active && !JSINFO['toc_xcl']) {
37 if(SectionToggle.toc_xcl.indexOf(text) > -1) return;
43 jQuery(SectionToggle.headers).each(function(index,elem ) {
51 if(hash.toLowerCase() == SectionToggle.hash || regex.test(JSINFO['h_ini_open'])) {
54 else if(SectionToggle.hash){
55 regex = RegExp('^' +SectionToggle.hash,'i'); //bootstrap3
61 if(SectionToggle.is_active && jQuery(elem).next().html().match(/\w/)) {
63 SectionToggle.checkheader(elem,index);
80 SectionToggle.open_all();
87 var SectionToggle = { variable
128 SectionToggle.hash = window.location.hash.toLowerCase();
129 SectionToggle.hash = SectionToggle.hash.replace(/#/, "");
130 SectionToggle.hash = SectionToggle.hash.replace(/\s/g, "_");