Remodal
Remodal copied to clipboard
No longer actively maintained.
Please add escaped event when I press ESC, instead of close event. $(document).on("escaped", ".remodal", function (e) { });
I've been using it for several months perfectly but since a few days ago in certain versions of Firefox to do modal.close () stays-is-closing modal and modal remains stagnant. Thank...
Hello, Thanks for your work :), this is a very good modal library. I have problems using: data-remodal-id. I have read that this attribute make Remodal to avoid anchor link...
I'm getting a aoda error running Wave http://wave.webaim.org/ It's saying that the button is empty. `` Wave's reason for empty buttons ## Empty button ### What It Means A button...
`TypeError: Cannot read property 'open' of undefined - line 756.` the modal works great if the element that contains `data-remodal-target="modal"` is on the initial page that is loaded, however if...
This [line](https://github.com/VodkaBears/Remodal/blob/master/dist/remodal.js#L740) says that all content will be executed only once, when the page is loaded. So `$(document).find(..)` isn't executed when navigating by ajax (pjax in my case). My temporary...
Is it possible to load content dynamically into the modal using the "opening" event by reading information from the clicked element? I'm trying to use: ``` js $(document).on('opening', '.remodal', function(e)...
I found a possible solution but I could not get it to work with the plugin http://gomakethings.com/stopping-youtube-vimeo-and-html5-videos-with-javascript/#comment-22530
Hi, When using the closing event detection, e.reason doesn't exist. It's missing in _e_. For example, the example code ``` $(document).on('closed', '.remodal', function (e) { // Reason: 'confirmation', 'cancellation' console.log('Modal...