By using $.val. Assuming #example is a selector pointing to the input field in question, you can use something like this:
#example
$('#example').val(jah);