Modaal icon indicating copy to clipboard operation
Modaal copied to clipboard

An accessible dialog window library for all humans.

Results 51 Modaal issues
Sort by recently updated
recently updated
newest added

Does the animation option work completely? It works if i use animation: 'none' or animation 'fade', but up, down and expand don't seem to do anything but break.

Is there a way to pull the clicked element's attributes (such as custom data attributes, or the href, for instance) into the modaal ? I've tried $(this) inside before_open but...

Thank you for the Modal, I have been using it since last year. I would like to open Modal/s with keyboard shortcuts using with libraries like [Keymaster](https://github.com/madrobby/keymaster), is there any...

The default behavior of injecting the `div.modaal-wrapper` at the end of the `body` has the side-effect of removing the content therein from any ARIA landmarks defined on the page. This...

This pull request adds the posibility to translate more hardcoded strings by settings or data attributes. It was requested in issue #117.

Currently it is impossible to load this plugin when building sources using, e.g. gulp, because `import 'modaal'` fails with `Uncaught ReferenceError: jQuery is undefined`, even if you have code like...

https://codepen.io/hong-kil-dong/pen/qBjeLJY

Right now there I see only an option for rel="gallery" in one type: image or video. If I add a video to an image gallery, there is in tag on...

enhancement

When I create more than a single Modaal instances, something goes wrong. When I close the second or the third instance with X close button, the previous modaal not works,...

Hello there, wondering why you haven't implemented the focus trap inside the dialog as advised here: https://www.w3.org/TR/wai-aria-practices-1.1/examples/dialog-modal/dialog.html I think it's fundamental to define the Modal accessible. Thanks