0.0.2 • Published 8 years ago
jquery-skip-to v0.0.2
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-toDependencies
Development
Useful NPM task runners:
npm startfor local browser-sync development.npm testruns tests & generates reports (see reports section below)npm run tddtest driven development: watches code and re-tests after any changenpm run buildcleans, 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.