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