add new value to existing input value jquery' code example
Example: how to append value to input field using jquery
$("#resultsInput").val($("#resultsInput").val() + temp_string);
$("#resultsInput").val($("#resultsInput").val() + temp_string);