Component accessibility
makes content more accessible to people with disabilities.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
$ |
jQuery | Instance of jQuery |
Members
(static) api :Object.<Methods>
- Source:
This object stores all public api methods
Type:
- Object.<Methods>
(static) indexedElements
- Source:
indexedElements variable take list of all Indexed Element on a page by calling
"getAllIndexedElement" method
(static) keys :Object
- Source:
This object stores keycode of keyboard buttons
Type:
- Object
Methods
(static) init()
- Source:
init method calls
".initInstance" method.
(static) initInstance()
- Source:
initInstance method call
"watchEvents" method
and call
"activateFirstElement"
(static) watchEvents()
- Source:
watchEvents method bind keyup event on document and on each trigger calls
"bindEvents"