how to add value for an input box 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);