Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Releases: scottaohara/accessible_modal_window

Release 3.4.1

16 Oct 14:45
3037d07
Compare
Choose a tag to compare

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

Release 3.1.1

29 Jun 02:33
Compare
Choose a tag to compare

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

2.3.2 jQuery final release

29 Jun 02:38
Compare
Choose a tag to compare

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.