How to have 2 modals on one button with a condition in the order of displaying? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

How to have 2 modals on one button with a condition in the order of displaying?

I am making a shopping site that by pressing purchase button ....with two modals on only one button user should know that he should first select a size from dropdown form (in a modal) if he selected, the second modal which is added to basket should be displayed.

13th Aug 2018, 2:56 PM
Kimiya Nayyeri
Kimiya Nayyeri - avatar
1 Antwort
+ 1
Add a class to the button on the first click (or some other known user activity). Check the presence of this class inside onclick in order to change the button behavior. Use css to change the button.
15th Aug 2018, 7:38 PM
Микола Федосєєв
Микола Федосєєв - avatar