Skip to content
This repository was archived by the owner on Oct 3, 2019. It is now read-only.

makeup-jquery/jquery-skip-to

Repository files navigation

jquery-skip-to

Build Status Coverage Status Dependency status devDependency status

jQuery collection plugin that enhances a skip to link for screen reader navigation.

$(widgetSelector).skipTo();

Experimental

This plugin is still in an experimental state, until it reaches v1.0.0 you must consider all minor releases as breaking changes. Patch releases may introduce new features, but will be backwards compatible.

Install

npm install jquery-skip-to

Dependencies

Development

Useful NPM task runners:

  • npm start for local browser-sync development.
  • npm test runs tests & generates reports (see reports section below)
  • npm run tdd test driven development: watches code and re-tests after any change
  • npm run build cleans, lints, tests and minifies

Execute npm run to view all available CLI scripts.

CI Build

https://travis-ci.org/makeup-jquery/jquery-skip-to

Code Coverage

https://coveralls.io/github/makeup-jquery/jquery-skip-to?branch=master

Test Reports

Local test reports are generated under test_reports folder.

JSDocs

Local JSDocs are generated under jsdoc folder.

About

jQuery collection plugin that enhances a skip to link for screen reader navigation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published