JQuery Change event right row problem

JQuery Change event right row problem

Hello I have a loop that will create drop downs (selects) depending on how many items I have on my list.

I have a field next to the selects that will show what I selected on the left side.

For example if I click 1 it will display One, 2 it will put a Two value there on the second item.

My problem is that I don't know how to use the change event so I can trigger the right select.

Do you know how to do that with jquery or just by doing a  $("select#p_list").change it will know which select im clicking on?

Thanks