0.0.2 • Published 7 years ago

jquery-skip-to v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

jquery-skip-to

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.