Skip to content

Selectively include non-links with hover states in the natural tabbing order, for accessibility.

Notifications You must be signed in to change notification settings

dsoubliere/tabAid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

tabAid

Selectively include non-links with hover states in the natural tabbing order, for accessibility.

Settings

  • tabbing can take multiple selectors; defaults to '.tabAid'
  • onClass sets the class that will be added to the artificially-tabbed items when they receive focus; defaults to 'on'

Dependencies

  • jQuery

Usage

$(document).tabAid({tabbing:'header nav li, .bio', onClass: 'focused'});

About

Selectively include non-links with hover states in the natural tabbing order, for accessibility.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published