search for: answer_3

Displaying 1 result from an estimated 1 matches for "answer_3".

Did you mean: answer3
2006 Jan 09
0
Adding multiple input boxes having unique ids
...9;wrong_answers_container'', $(''answer_edit'').innerHTML)" %> </div> If I try to add more than 1, then they all end up looking the same: <div id=''answer_edit'' style=''display:none;''> <input id="answer_3" name="answer_3" size="70" type="text" value="Another Answer" /> </div> I need to make the input box look like: <div id=''answer_edit'' style=''display:none;''> <input id="answer_4"...