0
I want to add select box on choosing particular radio button but don't know how to do it
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.
+ 1
Thank u i'll try it