Как добавить значение к полю ввода с помощью jQuery

$("#resultsInput").val($("#resultsInput").val() + temp_string);
Unusual Unicorn