0
Multiple Modals
How to code multiple modals in one webpage?
3 Answers
+ 1
two dialogs implemented in js:
https://code.sololearn.com/WlSiILvqHwd9/?ref=app
https://code.sololearn.com/WO2Mz12InjfP/?ref=app
if you plan to display multiple at once, you need to have one instance by dialog, but if you're sure that you will only display one at a time, you could have only one instance and change its content on demand ;)
0
what exactly do you mean by "modals"?
0
the pop ups