Are you looking to select them programmatically or with the mouse? You may
want to have a look at jQuery UI Selectable for the latter:

Demos
http://jqueryui.com/demos/selectable/

Docs
http://docs.jquery.com/UI/Selectable

though I'm not sure if anyone's tried to use this in concert with the
sortable plugin (though it would be really rockin).

Note: if you have any further questions about jQuery UI plugins[*], there's
a dedicated list for those:

http://groups.google.com/group/jquery-ui/about

- Richard

[*] http://rdworth.org/blog/2008/10/jquery-plugins-and-jquery-ui/

On Tue, Feb 24, 2009 at 3:02 PM, <develo...@suomedia.com> wrote:

>  I have two sortable lists connected to each other using:
>
>
> $("#listOne").sortable({
>    connectWith: ["#listTwo"]
> });
> $("#listTwo").sortable({
>    connectWith: ["#listOne"]
> });
>
>
> What I am looking for is a way to select ALL items in the first list and
> magically move them all into the second list. Essentially a "select all"
> function.
>
> Can anybody help me?
>
>
> Sonia
>

Reply via email to