[jQuery] Add value to input

[jQuery] Add value to input


Hello,
In a form I have a select (S), a button (B) and an input (I) among
other form elements.
I would like to add the value of the select, when the button is
clicked, to the end of the text that is currently in the input.
How can I do this?
Thanks,
Miguel