jQuery - get val()

jQuery - get val()

Hello.
I have <input name="me" type="radio" value="">
<form><input name="other" type="radio" value=""></form>
I want when i click over radio input (name="me") to get his value data and put it in other (name="other") form input.

So, tell me how to work?