[jQuery] Re: TexoTela select box manipulation modification

2008-01-17 Thread codecowboy
) { this.copyOptions(to, which); if(which == all) { this.find(option).remove().end(); } else { this.find([EMAIL PROTECTED]).remove().end(); } return this; } On Jan 16, 11:03 pm,codecowboy[EMAIL PROTECTED] wrote: Hi Guys, I am trying

[jQuery] Re: TexoTela select box manipulation modification

2008-01-17 Thread codecowboy
Hi Sam, Will you add add that move function to your plugin? The reason I ask is so that I don't have to use my own version of the plugin. Thank you, CodeCowboy On Jan 17, 11:47 am, Sam Collett [EMAIL PROTECTED] wrote: I think it may be because when you remove an option the total number

[jQuery] Re: TexoTela select box manipulation modification

2008-01-17 Thread codecowboy
. Sorry to use the google group to ask you but I tried your gmail account today and I wasn't sure if you checked it or not. Thank you, CodeCowboy On Jan 17, 2:33 pm, codecowboy [EMAIL PROTECTED] wrote: Hi Sam, Will you add add that move function to your plugin? The reason I ask is so that I

[jQuery] move items between select boxes

2007-09-03 Thread codecowboy
I am trying to move a selected option from one select box to another select box. I am new to jquery but i have been able to get some stuff done with Jquery. I've checked the API as well as some of the tutorials but I cannot find any answers. I have found some plug-ins but they all seem to

[jQuery] select box manipulation

2007-09-03 Thread codecowboy
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