I want to add select box on choosing particular radio button but don't know how to do it | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

I want to add select box on choosing particular radio button but don't know how to do it

18th Mar 2019, 3:54 AM
Deepali Pathe
Deepali Pathe - avatar
2 Antworten
+ 7
Give distinct ids to each radio box. Now on clicking particular radio box, create select box using createElememnt() in js and edit it as per your choice. Try implementing it and if you still have any problem, then ask.
18th Mar 2019, 4:22 AM
Arushi Singhania
Arushi Singhania - avatar
+ 1
Thank u i'll try it
18th Mar 2019, 4:23 AM
Deepali Pathe
Deepali Pathe - avatar