harmony kin · @root
1849 followers · 44673 posts · Server elle.systems

@kity@kity.wtf

if (windowURL.indexOf('nofooter') > -1) {
$('').css('display', 'none');
//line i am not sure about but hope conveys what i am trying to do//
$(windowURL.src() = window.location.href + '?nofooter');
}

#container__footer

Last updated 6 years ago

harmony kin · @root
1849 followers · 44673 posts · Server elle.systems

@ben

<script type="text/javascript">//

<![CDATA[

$(document).ready(function() {
var windowURL = window.location.href;
console.log(windowURL);
if (windowURL.indexOf('nofooter') > -1) {
$('').css('display', 'none');
$('').css('display', 'none');
}

});

// ]]>

</script>

#footer #container__footer

Last updated 6 years ago