Based on the title, I am able to do everything except select the correct box.
The page layout is basically several links (class="class") with a select box next (there are some elements in between the select box and the link) to each link (class="games"). I am trying to change the value ONLY of the select box immediately next to the link being clicked.
* EDIT *
here's a fiddle with a better example of the HTML I'm using: http://jsfiddle.net/ynSeZ/9/
--- i have tried all of the answers suggested and none have worked. thanks for all the effort so far ! ---
this is what i have so far.. when i remove the closest() part, it works.. but it changes the value of every select box instead of only the way closest to the link.
thanks in advance, phil