0
How to add rows in a table with the user inputs in JavaScript?
JavaScript - dynamic page How to add rows in a table with the user input? User input should get using window.prompt(); And sentinel controlling method should to use there.
1 Answer
+ 2
Youâll have to learn about composing with
document.createElement
.appendChild
alternatively, you can do it easily in jquery