This repository was archived by the owner on Dec 15, 2018. It is now read-only.

Description
Scripts & css loaded, No errors..?
http://ggdev.jynk.net
$( '#nav__scrollto' ).fixedsticky();
<nav id="nav__scrollto" class="section_scrollto--nav top fixedsticky"> <?php for($x=0;$x < count($section_list);$x++){ ?> <a class="nav-link" href="#<?= $section_list[$x] ?>"><span class="nav-link__label"><?= $section_titles[$x] ?></span><span class="nav-link__dot"></span></a> <?php } ?> </nav>
.fixedsticky { top: 0; }