[jQuery] add a value to text field

[jQuery] add a value to text field


Hi all,
This is a very junior question that I need help with please ...
I use
var start_odo = $("#end_odo"+counter).val()
to get the value of a text input.
What statement would I use to assign the value start_odo to a text
input.
Thanks guys ...