I have 2 sortable lists, #pieces and #grid. I want to drag items from
#peices and add them to #grid without removing them from #peices. The
current code i have is:

<script type="text/javascript">
        $(function() {
                $("#peices, #grid).sortable({
                        connectWith: '.column'
                }).disableSelection();
        });
        </script>

Can someone help me out. cheers for any help!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to