javascript - Clearing textbox makes it inaccessible -
see atttached fiddle. have trial in pressing buttons place them textbox. want users able "start over" , hit "clear" button erase answer. clear button works, afterwards, pressing other buttons not put them textbox before.
current code "clear" button:
function clear(){ letters.value = ""; };
Comments
Post a Comment