SkipTo.js is a Javascript utility to provide a modern way to implement the bypass block requirement of the W3C Web Content Accessibility Guidelines. Just add the script to your web page or template with optional configuration information and the “Skip To Content” button will be added to your web page and allow keyboard only users to navigate to selected regions on the page based on the pages use of ARIA landmarks and HTML headings (h1-h6) on the page.
CDN Service
The easiest way is to include a reference to skipto.min.js
on your HTML page or template is through the CDN service, as follows:
<script src=https://cdn.disability.illinois.edu/skipto.min.js>
NOTE: CDN referenced files may not available to computers behind firewall protected networks.