[jQuery] select box manipulation
I am trying to implement a widget that works as follows. I want to be
able to click a link that moves a selected option from select box to
another.
I am new to jquery but i have been able to do quite a bit with it so
far. I have looked through the API as well as through some
tutorials. I cannot find much information about manipulating select
boxes. I have found a few plug-ins but they are more geared towards
ajax and select boxes which is not what I need.
Can anyone point me towards a good tutorial?
Thank you.