1.0.3 • Published 6 years ago

js-trap-tab v1.0.3

Weekly downloads
693
License
MIT
Repository
-
Last release
6 years ago

js-trap-tab

Accessible Keyboard Traps

Based on accessible-modal-dialog by Greg Kraus

##Usage

    // Init
    trapTabKey = new componentNamespace.TrapTabKey(element);
    trapTabKey.init();
  
    // Functions
    trapTabKey.giveFocus();
    trapTabKey.bindTrap();
    trapTabKey.unbindTrap();
Example

jQuery accessible Offcanvas plugin

License

MIT License

Release History

  • v0.1.0: Initial release.
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

0.1.0

8 years ago