-
Notifications
You must be signed in to change notification settings - Fork 767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stacking modals #73
Comments
No, only one opened modal can be on a page. |
Is it an idea for the future? |
That's...strange. Remodal does it deliberately to avoid stack of modals. |
Here's some initial work to support this #95 |
+1 |
+1 :) |
There are stackable modals in jAlert http://flwebsites.biz/jAlert/ |
+1 |
As an alternative solution, I ended up just loading an element inside the current modal, sans the close button. It's a bit confusing when you click the close button and both close, but other than that it seems to work ok. |
Is there any js fiddle or pen for multiple modals in same page? I want to open popup then in popup there will be a button which will open another popup. so after second popup close first popup should not close. Can any one please a fiddle that provide solution open modal from inside modal and when i close second first modal must be opened.
On c1.open() first modal opens, So when i close p1 modal c1 modal must be open. |
Is it possible to stack multiple modals?
The text was updated successfully, but these errors were encountered: