From dbc82b07114b3578eb33827c94dc407d628b7d54 Mon Sep 17 00:00:00 2001 From: TreetopFlyer Date: Tue, 10 Aug 2021 11:59:33 -0400 Subject: [PATCH] nav collapse --- index.html | 265 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 159 insertions(+), 106 deletions(-) diff --git a/index.html b/index.html index 7e9c4e2..12c6a58 100644 --- a/index.html +++ b/index.html @@ -187,133 +187,186 @@ h2[data-spy='true'] > span:first-child::before, h2[data-spy='true'] > span:last- } } }; - - + + }, + Create:function(inElement) + { + var j, bounds; + var attr; + var obj; + attr = inElement.getAttribute(Spy.Attribute)||""; + inElement.removeAttribute(Spy.Attribute); + bounds = attr.split("|"); + for(j=0; j