<style>
section {
min-height: 500px;
border-top: 1ps solid #000;
}
</style>
<nav>
<a href="#home">Главная</a>
<a href="#company">Компания</a>
<a href="#contact">Контакты</a>
</nav>
<section id="home">
Главная
</section>
<section id="company">
Контакты
</section>
<section id="contact">
Компания
</section>
jQuery("nav > a").hSpy(
"section", {
classTargets : "active",
classTitles : "active",
spaces : false,
middleLine : 0,
bottomLine : 0,
axis : "y"
}
);
class="active"