About

Authors

Current Contributors

Jon Gunderson https://github.com/jongund

Note:A special thank you to Matt King and the members of the ARIA Authoring Practices Task Force for their feedback on the features of SkipTo.js.

Previous Contributors

Nicholas Hoyt https://github.com/nhoyt

Prem Nawaz Khan https://github.com/mpnkhan || @mpnkhan

Ron Feathers https://github.com/rfeathers || @ronfeathers

Marc Kocher https://github.com/mdkocher || @marckocher

Brian Teeman https://github.com/brianteeman

Victor Tsaran https://github.com/vick08 || @vick08

Compiling CSS and JavaScript

The SkipTo.js code is open-source. You may feel slightly adventurous and decide to change some colors by creating a built-in color theme or even enhance the script with your changes. Once you do this, here is how you compile the skipTo script for production.

git clone https://github.com/skipto-landmarks-headings/page-script-5.git
cd page-script-5
sudo npm install grunt-cli -g
npm install
gulp

  1. You should now have a directory called docs/dist with the necessary files in it.
  2. See Using Skipto and the Configuration pages to get the SkipTo.js script running on your web site.

Version Information

The CHANGELOG.md file in the GitHub repository contains version history information.

Feedback and Reporting Issues

We welcome your feedback! Please do not hesitate to raise issues and comment on Github if something doesn’t work or you have ideas on how to improve the script.

Happy skipping!