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