How to add a combo box dynamically at run time in Java
script?
Answer Posted / rubin thomas
u cant add a combo box dynamically u can add option
dynamically. Also if u want to show a combo box which is
hidden u can do that using showhide() function in js to show
or hide this element. but the box must be present in your code
.
| Is This Answer Correct ? | 21 Yes | 24 No |
Post New Answer View All Answers
How can you read properties of an Object in JavaScript?
What are ‘settimeout()’?
Explain javascript event delegation model?
What is the scope of variables in JavaScript?
What is the difference between null & undefined?
why we need java instead of c
Is javascript easier than java?
what is the difference between let, var, and const?
Expand BOM and explain it?
Who introduced javascript?
How do I start a javascript project?
Difference between Client side JavaScript and Server side JavaScript?
What is console.time() and console.timeend()? What is its syntax, and why is it used?
Which built-in method returns the string representation of the number’s value?
Can we create session in javascript?