Accessible Modal Window Versions Save

Accessible modal dialogs

v3.4.1

6 months ago

This script is no longer maintained and will be archived. This final release adds this information to the index demo page and links to Use the dialog element (reasonably). Final 'quick fix' for issue #24

v2.3.2

5 years ago

The final release of the jQuery version of the modal dialog script.

Works with jQuery version 2.x and 3.x.

Please review the Modal Dialog Version 2.x release article.

v3.1.1

5 years ago

Vanilla JS rewrite utilizing inert Google polyfill to make a fully accessible modal dialog.

  • Complete rewrite into ES5 JS from previous jQuery version
  • Removal of modal within modal functionality because, while possible, it's a bad idea
  • Functionality for multiple triggers to open the same dialog
  • Modal dialog activation on page load
  • Publish on NPM
  • and more