Multiple Modals | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Multiple Modals

How to code multiple modals in one webpage?

2nd Feb 2021, 4:23 AM
Francis Mistica
Francis Mistica - avatar
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 ;)
2nd Feb 2021, 7:59 AM
visph
visph - avatar
0
what exactly do you mean by "modals"?
2nd Feb 2021, 6:35 AM
visph
visph - avatar
0
the pop ups
2nd Feb 2021, 7:47 AM
Francis Mistica
Francis Mistica - avatar