how to append to the value when input has already a value in 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);