$('#theClickableButton').click(function(){ var _from = $('#theFromSelect') , _opt = '[EMAIL PROTECTED]"' + _from.val() + '"]' ; _from.find(_opt).appendTo('#theToSelect') });
codecowboy wrote: > > > 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. > > > -- View this message in context: http://www.nabble.com/select-box-manipulation-tf4374986s15494.html#a12473769 Sent from the JQuery mailing list archive at Nabble.com.