A javascript extention library which makes it easier to code with js.
Restricts screen reader virtual cursor to a single subtree in the DOM
Restricts keyboard tabindex to a single subtree in the DOM
Prevents default scroll event when pressing down arrow, page down, spacebar, etc.
Emits custom 'focusExit' event when keyboard focus has exited an element and all of it's descendants
Emits custom events for common accessibility keys (arrowRightKeyDown, escKeyDown, etc)
jQuery collection plugin that will assign the next ID in sequence if an ID property does not already exist.
Emits custom events based on keyboard navigation of one or two dimensional model
Triggers 'focusexit' event when keyboard focus has completely left the element. This type of behaviour is especially desirable for non-modal overlays.
Triggers 'mouseexit' event when mouse focus has completely left the element. This type of behaviour is especially desirable for non-modal overlays.
Applies modal accessibility requirements to any element
Assign the next id in sequence to an element, if an id property does not already exist.
jQuery plugin that creates the basic interactivity for a flyout that opens on focus of trigger element
Implements ARIA active descendant keyboard navigation
Module for creating an accessible, progressively enhanced floating label
Returns an array of all focusable descendants of the given element
Captures character keys pressed and returns a list of relevant strings
jQuery plugin that creates the basic interactivity for a flyout that opens on focus
Implements a roving tab index on given collection of elements
A JavaScript class representing an ARIA listbox
Creates the basic interactivity for an element that expands and collapses another element.
Prevents screen reader's virtual cursor from leaving the confines of an element
Traps keyboard focus cycle within element's interactive children.
Gets all focusable descendant elements for the first element in the set of matched elements