(0.0)
0
Wersja: 1.0.1
Numer wersji wtyczki
Dokumentacja
Sprawdź wszystkie opcje jakie oferuje plugin
Strona wtyczki
Oficjalna witryna wtyczki
Github
Repozytorium Github
Wersja jQuery: jquery >=1.7.0
Wersja jQuery z którą współpracuje plugin
Licencja: MIT
Licencja
Zobacz więcej
Tagi
Instalacja
  • Biblioteki
  • HTML
  • JS
<link href="jquery.sectionmenu.css" rel="stylesheet" />
<link href="jquery.sectionmenu.dark.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script src="jquery.easing.min.js"></script>
<script src="jquery.fragmentscroll.min.js"></script>
<script src="jquery.sectionmenu.js"></script>
<script src="jquery.sectionmenu.min.js"></script>
<section id="home" data-section-menu="Home">
    <p>Home</p>
</section>
<section id="about" data-section-menu="About">
    <p>About</p>
</section>
<section id="contact" data-section-menu="Contact">
    <p>Contact</p>
</section>
 $(window).load(function() {
	$('body').sectionMenu().fragmentScroll();
});
 
Demo
Pobierz demo
lub zobacz wersję on-line
mobile