[jQuery] Re: New Plugin: Picklists

2007-09-27 Thread george.gsgd
> I think the pattern would be: both multiselectors side by side, and > arrows to left and right indicating moving options from left selector > to the right and viceversa (instead of add and remove buttons). That's completely do-able without me changing a thing. That's what CSS is for ;) I specif

[jQuery] Re: New Plugin: Picklists

2007-09-26 Thread Chris W. Parker
On Wednesday, September 26, 2007 1:58 AM Enrique Meléndez Estrada said: > I think the pattern would be: both multiselectors side by side, and > arrows to left and right indicating moving options from left selector > to the right and viceversa (instead of add and remove buttons). > > Also its bet

[jQuery] Re: New Plugin: Picklists

2007-09-26 Thread Enrique Meléndez Estrada
I think the pattern would be: both multiselectors side by side, and arrows to left and right indicating moving options from left selector to the right and viceversa (instead of add and remove buttons). Also its better to physically remove options from selector "From", instead of greying them

[jQuery] Re: New Plugin: Picklists

2007-09-25 Thread Danjojo
I think I can help with a suggestion. When I came in as a first time user. I worked the first example up top fine (the one with just the submit button). Very fast, nice. Then I went to the second one. At first thought it was similar. Add a few then saw I could remove. So I tried removing from t

[jQuery] Re: New Plugin: Picklists

2007-09-25 Thread george.gsgd
Ah, that's interesting, hadn't thought of using it other than onload, will have a look at that, thanks. I think I've got to use html() to transfer the options so I can preserve any optgroups, but I'll have a good look at your code. On Sep 24, 6:25 pm, "Leonardo K" <[EMAIL PROTECTED]> wrote: > I

[jQuery] Re: New Plugin: Picklists

2007-09-24 Thread Leonardo K
I have a suggestion: Example: If u have a select multiple with few options already selected. When the plugin is activeted it move all options to another select but it lose all options selected before. Instead of this: function moveAllOptions(from, to) { jQuery("#"+to).ht

[jQuery] Re: New Plugin: Picklists

2007-09-24 Thread Stephan Beal
On Sep 24, 4:12 pm, "george.gsgd" <[EMAIL PROTECTED]> wrote: > Can anyone help me come up with a better name for this? I struggled to > come up with 'Picklists', and I'm not sure it's particularly > descriptive or obvious... a) Linked Selection? b) Chained Selection? c) ... err... Natural Selecti

[jQuery] Re: New Plugin: Picklists

2007-09-24 Thread george.gsgd
Haha, real friday afternoon job. Sorry about that. I've updated the page to correct the typos. http://gsgd.co.uk/sandbox/jquery/picklists/ Can anyone help me come up with a better name for this? I struggled to come up with 'Picklists', and I'm not sure it's particularly descriptive or obvious..

[jQuery] Re: New Plugin: Picklists

2007-09-21 Thread Benjamin Sterling
George, that is really nice, great work. On 9/21/07, george.gsgd <[EMAIL PROTECTED]> wrote: > > > http://gsgd.co.uk/sandbox/jquery/picklists/ > > A jQuery plugin to turn multiple select boxes into a dual select > picklist style thing. > > Comments suggestion please. > > -- Benjamin Sterling htt