I am studying jQuery lately and I'm loving it. I already know how to copy form values from input text A to input text B. Here come the part where I am stuck and struggling -- how am I able to copy the selected value from <select> field to <input text="radio"> field?
Can someone give me an jQuery code for the example above please?