I have an input like follows:
I\'d like to be able to append a value to th
Append won't work for input. But you can use:
$("#txt1").get(0).value+="+";