Guest User

Untitled

a guest
Oct 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function addInput() {
  2. document.getElementById('valuesQuestion').innerHTML += '<input class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Antwortoption" onchange="addInput()">';
  3. }
Add Comment
Please, Sign In to add comment