Skip to content

davidnoh/automated-anchor-navigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automated Anchor Navigation

Description

The automated anchor navigation plugin generates a jump navigation for every anchor with smooth scrolling.

Options (Defaults)

wrapper: "body",         // Position for the navigation  
selector: "section",     // Anchor selector  
anchorTitle: "h2",       // Title of the section. This is used to get the title for the navigation  
class: "anchornav",      // The class for the anchornav elements  
speed: "fast"            // The animation speed  

Usage

  1. Link the Plugin
  2. Call the Function
$('body').anchornav();

About

jQuery Plugin: Automated Anchor Navigation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published